#fccbc9
a pale, electric red · warm · closest name: pink
RGB
252, 203, 201
HSL
2°, 90%, 89%
CMYK
0, 19, 20, 1
Luminance
0.6762
Every format
| HEX | #fccbc9 |
| RGB | rgb(252, 203, 201) |
| HSL | hsl(2, 90%, 89%) |
| CMYK | cmyk(0%, 19%, 20%, 1%) |
| LAB | lab(85.8 17.0 7.6) |
| LCH | lch(85.8 18.6 24.0) |
| OKLCH | oklch(0.884 0.056 21.0) |
Copy-ready code
/* CSS */
color: #fccbc9;
background-color: #fccbc9;
/* Tailwind (arbitrary) */
class="text-[#fccbc9] bg-[#fccbc9]"
/* SCSS */
$brand: #fccbc9;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#fccbc9")Accessibility — WCAG contrast
Aa
#fccbc9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbc9 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow20.2%
Key (black)1.2%
Color previews
#fccbc9 text on a black background
contrast 14.52:1
Card sample
#fccbc9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbc9;
Background color
Panel with #fccbc9 background
background-color: #fccbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbc9; background: linear-gradient(135deg, #fccbc9, #FCEDC9);