#fdcccb
a pale, electric red · warm · closest name: pink
RGB
253, 204, 203
HSL
1°, 93%, 89%
CMYK
0, 19, 20, 1
Luminance
0.6838
Every format
| HEX | #fdcccb |
| RGB | rgb(253, 204, 203) |
| HSL | hsl(1, 93%, 89%) |
| CMYK | cmyk(0%, 19%, 20%, 1%) |
| LAB | lab(86.2 17.1 7.1) |
| LCH | lch(86.2 18.5 22.4) |
| OKLCH | oklch(0.887 0.056 19.6) |
Copy-ready code
/* CSS */
color: #fdcccb;
background-color: #fdcccb;
/* Tailwind (arbitrary) */
class="text-[#fdcccb] bg-[#fdcccb]"
/* SCSS */
$brand: #fdcccb;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#fdcccb")Accessibility — WCAG contrast
Aa
#fdcccb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcccb on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow19.8%
Key (black)0.8%
Color previews
#fdcccb text on a black background
contrast 14.68:1
Card sample
#fdcccb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcccb;
Background color
Panel with #fdcccb background
background-color: #fdcccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcccb; background: linear-gradient(135deg, #fdcccb, #FDEDCB);