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