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