#fd0eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 14, 238
HSL
304°, 98%, 52%
CMYK
0, 95, 6, 1
Luminance
0.2737
Every format
| HEX | #fd0eee |
| RGB | rgb(253, 14, 238) |
| HSL | hsl(304, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 6%, 1%) |
| LAB | lab(59.3 94.8 -53.0) |
| LCH | lch(59.3 108.6 330.8) |
| OKLCH | oklch(0.691 0.309 331.7) |
Copy-ready code
/* CSS */
color: #fd0eee;
background-color: #fd0eee;
/* Tailwind (arbitrary) */
class="text-[#fd0eee] bg-[#fd0eee]"
/* SCSS */
$brand: #fd0eee;
/* SwiftUI */
Color(red: 0.992, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#fd0eee")Accessibility — WCAG contrast
Aa
#fd0eee on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0eee on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow5.9%
Key (black)0.8%
Color previews
#fd0eee text on a black background
contrast 6.47:1
Card sample
#fd0eee text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0eee;
Background color
Panel with #fd0eee background
background-color: #fd0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0eee; background: linear-gradient(135deg, #fd0eee, #FD0E4F);