#fdccbd
a pale, electric red · warm · closest name: pink
RGB
253, 204, 189
HSL
14°, 94%, 87%
CMYK
0, 19, 25, 1
Luminance
0.6774
Every format
| HEX | #fdccbd |
| RGB | rgb(253, 204, 189) |
| HSL | hsl(14, 94%, 87%) |
| CMYK | cmyk(0%, 19%, 25%, 1%) |
| LAB | lab(85.9 15.2 14.0) |
| LCH | lch(85.9 20.7 42.8) |
| OKLCH | oklch(0.884 0.060 37.7) |
Copy-ready code
/* CSS */
color: #fdccbd;
background-color: #fdccbd;
/* Tailwind (arbitrary) */
class="text-[#fdccbd] bg-[#fdccbd]"
/* SCSS */
$brand: #fdccbd;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.741)
/* Android */
Color.parseColor("#fdccbd")Accessibility — WCAG contrast
Aa
#fdccbd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccbd on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow25.3%
Key (black)0.8%
Color previews
#fdccbd text on a black background
contrast 14.55:1
Card sample
#fdccbd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccbd;
Background color
Panel with #fdccbd background
background-color: #fdccbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccbd; background: linear-gradient(135deg, #fdccbd, #FDF7BD);