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