#fd8eee
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 142, 238
HSL
308°, 97%, 78%
CMYK
0, 44, 6, 1
Luminance
0.4640
Every format
| HEX | #fd8eee |
| RGB | rgb(253, 142, 238) |
| HSL | hsl(308, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 6%, 1%) |
| LAB | lab(73.8 54.8 -30.3) |
| LCH | lch(73.8 62.6 331.1) |
| OKLCH | oklch(0.796 0.176 332.3) |
Copy-ready code
/* CSS */
color: #fd8eee;
background-color: #fd8eee;
/* Tailwind (arbitrary) */
class="text-[#fd8eee] bg-[#fd8eee]"
/* SCSS */
$brand: #fd8eee;
/* SwiftUI */
Color(red: 0.992, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#fd8eee")Accessibility — WCAG contrast
Aa
#fd8eee on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8eee on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow5.9%
Key (black)0.8%
Color previews
#fd8eee text on a black background
contrast 10.28:1
Card sample
#fd8eee text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8eee;
Background color
Panel with #fd8eee background
background-color: #fd8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8eee; background: linear-gradient(135deg, #fd8eee, #FD8EA4);