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