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