#fcc4ce
a pale, electric red · warm · closest name: pink
RGB
252, 196, 206
HSL
349°, 90%, 88%
CMYK
0, 22, 18, 1
Luminance
0.6463
Every format
| HEX | #fcc4ce |
| RGB | rgb(252, 196, 206) |
| HSL | hsl(349, 90%, 88%) |
| CMYK | cmyk(0%, 22%, 18%, 1%) |
| LAB | lab(84.3 21.4 2.7) |
| LCH | lch(84.3 21.6 7.2) |
| OKLCH | oklch(0.873 0.065 6.6) |
Copy-ready code
/* CSS */
color: #fcc4ce;
background-color: #fcc4ce;
/* Tailwind (arbitrary) */
class="text-[#fcc4ce] bg-[#fcc4ce]"
/* SCSS */
$brand: #fcc4ce;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.808)
/* Android */
Color.parseColor("#fcc4ce")Accessibility — WCAG contrast
Aa
#fcc4ce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc4ce on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow18.3%
Key (black)1.2%
Color previews
#fcc4ce text on a black background
contrast 13.93:1
Card sample
#fcc4ce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc4ce;
Background color
Panel with #fcc4ce background
background-color: #fcc4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc4ce; background: linear-gradient(135deg, #fcc4ce, #FCDFC4);