#fd9ecc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 158, 204
HSL
331°, 96%, 81%
CMYK
0, 38, 19, 1
Luminance
0.4970
Every format
| HEX | #fd9ecc |
| RGB | rgb(253, 158, 204) |
| HSL | hsl(331, 96%, 81%) |
| CMYK | cmyk(0%, 38%, 19%, 1%) |
| LAB | lab(75.9 41.4 -8.6) |
| LCH | lch(75.9 42.2 348.3) |
| OKLCH | oklch(0.808 0.125 349.8) |
Copy-ready code
/* CSS */
color: #fd9ecc;
background-color: #fd9ecc;
/* Tailwind (arbitrary) */
class="text-[#fd9ecc] bg-[#fd9ecc]"
/* SCSS */
$brand: #fd9ecc;
/* SwiftUI */
Color(red: 0.992, green: 0.620, blue: 0.800)
/* Android */
Color.parseColor("#fd9ecc")Accessibility — WCAG contrast
Aa
#fd9ecc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9ecc on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow19.4%
Key (black)0.8%
Color previews
#fd9ecc text on a black background
contrast 10.94:1
Card sample
#fd9ecc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9ecc;
Background color
Panel with #fd9ecc background
background-color: #fd9ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 158, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 158, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9ecc; background: linear-gradient(135deg, #fd9ecc, #FDAF9E);