#fdc4ce
a pale, electric red · warm · closest name: pink
RGB
253, 196, 206
HSL
350°, 93%, 88%
CMYK
0, 23, 19, 1
Luminance
0.6482
Every format
| HEX | #fdc4ce |
| RGB | rgb(253, 196, 206) |
| HSL | hsl(350, 93%, 88%) |
| CMYK | cmyk(0%, 23%, 19%, 1%) |
| LAB | lab(84.4 21.8 2.9) |
| LCH | lch(84.4 22.0 7.5) |
| OKLCH | oklch(0.874 0.066 6.8) |
Copy-ready code
/* CSS */
color: #fdc4ce;
background-color: #fdc4ce;
/* Tailwind (arbitrary) */
class="text-[#fdc4ce] bg-[#fdc4ce]"
/* SCSS */
$brand: #fdc4ce;
/* SwiftUI */
Color(red: 0.992, green: 0.769, blue: 0.808)
/* Android */
Color.parseColor("#fdc4ce")Accessibility — WCAG contrast
Aa
#fdc4ce on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc4ce on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow18.6%
Key (black)0.8%
Color previews
#fdc4ce text on a black background
contrast 13.96:1
Card sample
#fdc4ce text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc4ce;
Background color
Panel with #fdc4ce background
background-color: #fdc4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 196, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 196, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc4ce; background: linear-gradient(135deg, #fdc4ce, #FDE0C4);