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