#fccec2
a pale, electric red · warm · closest name: pink
RGB
252, 206, 194
HSL
12°, 91%, 88%
CMYK
0, 18, 23, 1
Luminance
0.6873
Every format
| HEX | #fccec2 |
| RGB | rgb(252, 206, 194) |
| HSL | hsl(12, 91%, 88%) |
| CMYK | cmyk(0%, 18%, 23%, 1%) |
| LAB | lab(86.4 14.4 12.1) |
| LCH | lch(86.4 18.8 39.9) |
| OKLCH | oklch(0.888 0.055 35.0) |
Copy-ready code
/* CSS */
color: #fccec2;
background-color: #fccec2;
/* Tailwind (arbitrary) */
class="text-[#fccec2] bg-[#fccec2]"
/* SCSS */
$brand: #fccec2;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.761)
/* Android */
Color.parseColor("#fccec2")Accessibility — WCAG contrast
Aa
#fccec2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccec2 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow23.0%
Key (black)1.2%
Color previews
#fccec2 text on a black background
contrast 14.75:1
Card sample
#fccec2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccec2;
Background color
Panel with #fccec2 background
background-color: #fccec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccec2; background: linear-gradient(135deg, #fccec2, #FCF5C2);