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