#fccecc
a pale, electric red · warm · closest name: pink
RGB
252, 206, 204
HSL
3°, 89%, 89%
CMYK
0, 18, 19, 1
Luminance
0.6920
Every format
| HEX | #fccecc |
| RGB | rgb(252, 206, 204) |
| HSL | hsl(3, 89%, 89%) |
| CMYK | cmyk(0%, 18%, 19%, 1%) |
| LAB | lab(86.6 15.9 7.1) |
| LCH | lch(86.6 17.4 24.1) |
| OKLCH | oklch(0.890 0.052 21.1) |
Copy-ready code
/* CSS */
color: #fccecc;
background-color: #fccecc;
/* Tailwind (arbitrary) */
class="text-[#fccecc] bg-[#fccecc]"
/* SCSS */
$brand: #fccecc;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#fccecc")Accessibility — WCAG contrast
Aa
#fccecc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccecc on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow19.0%
Key (black)1.2%
Color previews
#fccecc text on a black background
contrast 14.84:1
Card sample
#fccecc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccecc;
Background color
Panel with #fccecc background
background-color: #fccecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccecc; background: linear-gradient(135deg, #fccecc, #FCEECC);