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