#fd8ecc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 142, 204
HSL
327°, 97%, 78%
CMYK
0, 44, 19, 1
Luminance
0.4459
Every format
| HEX | #fd8ecc |
| RGB | rgb(253, 142, 204) |
| HSL | hsl(327, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 19%, 1%) |
| LAB | lab(72.6 49.5 -13.4) |
| LCH | lch(72.6 51.3 344.8) |
| OKLCH | oklch(0.784 0.152 346.5) |
Copy-ready code
/* CSS */
color: #fd8ecc;
background-color: #fd8ecc;
/* Tailwind (arbitrary) */
class="text-[#fd8ecc] bg-[#fd8ecc]"
/* SCSS */
$brand: #fd8ecc;
/* SwiftUI */
Color(red: 0.992, green: 0.557, blue: 0.800)
/* Android */
Color.parseColor("#fd8ecc")Accessibility — WCAG contrast
Aa
#fd8ecc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8ecc on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow19.4%
Key (black)0.8%
Color previews
#fd8ecc text on a black background
contrast 9.92:1
Card sample
#fd8ecc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8ecc;
Background color
Panel with #fd8ecc background
background-color: #fd8ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 142, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 142, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8ecc; background: linear-gradient(135deg, #fd8ecc, #FD9A8E);