TikTok Pink Hex Code — #FE2C55
RGB, HSL, and CMYK values for TikTok Pink.
Last updated: April 6, 2026
TikTok Pink Color Values
| Format | Value |
|---|---|
| HEX | #FE2C55 |
| RGB | rgb(254, 44, 85) |
| HSL | hsl(348, 99%, 58%) |
| CMYK | cmyk(0%, 83%, 67%, 0%) |
About TikTok Pink
Color psychology: Youth, entertainment.
TikTok Pink (#FE2C55) is a medium shade of pink with a hue angle of 348° on the color wheel, 99% saturation, and 58% lightness. It's commonly used in web design, graphic design, and branding where youth, entertainment are desired associations.
In color theory, TikTok Pink sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use TikTok Pink in Design
Web Design
Use TikTok Pink for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
TikTok Pink conveys youth, entertainment — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:83% Y:67% K:0%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like TikTok Pink work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use TikTok Pink in CSS
/* Using HEX */ color: #FE2C55; background-color: #FE2C55; /* Using RGB */ color: rgb(254, 44, 85); /* Using HSL — best for creating variations */ color: hsl(348, 99%, 58%); /* Transparent overlay (50% opacity) */ background-color: rgba(254, 44, 85, 0.5); /* Lighter variant for hover states */ background-color: hsl(348, 99%, 68%); /* Darker variant for active states */ background-color: hsl(348, 99%, 48%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from TikTok Pink without changing its core hue or saturation.
Colors That Go With TikTok Pink
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for TikTok Pink?
What is TikTok Pink in RGB and when should I use RGB?
How to use TikTok Pink in CSS with different color formats?
What is the HSL value of TikTok Pink and why is HSL useful for designers?
What is the CMYK value of TikTok Pink for print design?
What colors pair well with TikTok Pink in design projects?
Is TikTok Pink (#FE2C55) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.