#fd9eed
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 158, 237
HSL
310°, 96%, 81%
CMYK
0, 38, 6, 1
Luminance
0.5145
Every format
| HEX | #fd9eed |
| RGB | rgb(253, 158, 237) |
| HSL | hsl(310, 96%, 81%) |
| CMYK | cmyk(0%, 38%, 6%, 1%) |
| LAB | lab(77.0 46.6 -24.9) |
| LCH | lch(77.0 52.8 331.8) |
| OKLCH | oklch(0.820 0.149 333.2) |
Copy-ready code
/* CSS */
color: #fd9eed;
background-color: #fd9eed;
/* Tailwind (arbitrary) */
class="text-[#fd9eed] bg-[#fd9eed]"
/* SCSS */
$brand: #fd9eed;
/* SwiftUI */
Color(red: 0.992, green: 0.620, blue: 0.929)
/* Android */
Color.parseColor("#fd9eed")Accessibility — WCAG contrast
Aa
#fd9eed on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9eed on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.0%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow6.3%
Key (black)0.8%
Color previews
#fd9eed text on a black background
contrast 11.29:1
Card sample
#fd9eed text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9eed;
Background color
Panel with #fd9eed background
background-color: #fd9eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 158, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 158, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9eed; background: linear-gradient(135deg, #fd9eed, #FD9EAE);