#fccbc2
a pale, electric red · warm · closest name: pink
RGB
252, 203, 194
HSL
9°, 91%, 88%
CMYK
0, 19, 23, 1
Luminance
0.6730
Every format
| HEX | #fccbc2 |
| RGB | rgb(252, 203, 194) |
| HSL | hsl(9, 91%, 88%) |
| CMYK | cmyk(0%, 19%, 23%, 1%) |
| LAB | lab(85.7 16.0 11.1) |
| LCH | lch(85.7 19.4 34.7) |
| OKLCH | oklch(0.882 0.057 30.3) |
Copy-ready code
/* CSS */
color: #fccbc2;
background-color: #fccbc2;
/* Tailwind (arbitrary) */
class="text-[#fccbc2] bg-[#fccbc2]"
/* SCSS */
$brand: #fccbc2;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#fccbc2")Accessibility — WCAG contrast
Aa
#fccbc2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbc2 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow23.0%
Key (black)1.2%
Color previews
#fccbc2 text on a black background
contrast 14.46:1
Card sample
#fccbc2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbc2;
Background color
Panel with #fccbc2 background
background-color: #fccbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbc2; background: linear-gradient(135deg, #fccbc2, #FCF2C2);