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