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