Coral Pink Hex Code — #F88379
RGB, HSL, and CMYK values for Coral Pink.
Last updated: April 6, 2026
Coral Pink Color Values
| Format | Value |
|---|---|
| HEX | #F88379 |
| RGB | rgb(248, 131, 121) |
| HSL | hsl(5, 90%, 72%) |
| CMYK | cmyk(0%, 47%, 51%, 3%) |
About Coral Pink
Color psychology: Warmth, optimism.
Coral Pink (#F88379) is a light shade of pink with a hue angle of 5° on the color wheel, 90% saturation, and 72% lightness. It's commonly used in web design, graphic design, and branding where warmth, optimism are desired associations.
In color theory, Coral 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 Coral Pink in Design
Web Design
Use Coral Pink as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Coral Pink conveys warmth, optimism — 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:47% Y:51% K:3%) 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 Coral Pink work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Coral Pink in CSS
/* Using HEX */ color: #F88379; background-color: #F88379; /* Using RGB */ color: rgb(248, 131, 121); /* Using HSL — best for creating variations */ color: hsl(5, 90%, 72%); /* Transparent overlay (50% opacity) */ background-color: rgba(248, 131, 121, 0.5); /* Lighter variant for hover states */ background-color: hsl(5, 90%, 82%); /* Darker variant for active states */ background-color: hsl(5, 90%, 62%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Coral Pink without changing its core hue or saturation.
Colors That Go With Coral Pink
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Coral Pink?
What is Coral Pink in RGB and when should I use RGB?
How to use Coral Pink in CSS with different color formats?
What is the HSL value of Coral Pink and why is HSL useful for designers?
What is the CMYK value of Coral Pink for print design?
What colors pair well with Coral Pink in design projects?
Is Coral Pink (#F88379) 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.