#fc9da6
a light, electric red · warm · closest name: pink
RGB
252, 157, 166
HSL
354°, 94%, 80%
CMYK
0, 38, 34, 1
Luminance
0.4756
Every format
| HEX | #fc9da6 |
| RGB | rgb(252, 157, 166) |
| HSL | hsl(354, 94%, 80%) |
| CMYK | cmyk(0%, 38%, 34%, 1%) |
| LAB | lab(74.5 36.4 10.4) |
| LCH | lch(74.5 37.9 15.9) |
| OKLCH | oklch(0.795 0.114 13.8) |
Copy-ready code
/* CSS */
color: #fc9da6;
background-color: #fc9da6;
/* Tailwind (arbitrary) */
class="text-[#fc9da6] bg-[#fc9da6]"
/* SCSS */
$brand: #fc9da6;
/* SwiftUI */
Color(red: 0.988, green: 0.616, blue: 0.651)
/* Android */
Color.parseColor("#fc9da6")Accessibility — WCAG contrast
Aa
#fc9da6 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9da6 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green61.6%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow34.1%
Key (black)1.2%
Color previews
#fc9da6 text on a black background
contrast 10.51:1
Card sample
#fc9da6 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9da6;
Background color
Panel with #fc9da6 background
background-color: #fc9da6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9da6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 157, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 157, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9da6; background: linear-gradient(135deg, #fc9da6, #FCD39D);