#ee0fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 15, 223
HSL
304°, 88%, 50%
CMYK
0, 94, 6, 7
Luminance
0.2385
Every format
| HEX | #ee0fdf |
| RGB | rgb(238, 15, 223) |
| HSL | hsl(304, 88%, 50%) |
| CMYK | cmyk(0%, 94%, 6%, 7%) |
| LAB | lab(55.9 90.2 -50.1) |
| LCH | lch(55.9 103.1 330.9) |
| OKLCH | oklch(0.660 0.293 331.9) |
Copy-ready code
/* CSS */
color: #ee0fdf;
background-color: #ee0fdf;
/* Tailwind (arbitrary) */
class="text-[#ee0fdf] bg-[#ee0fdf]"
/* SCSS */
$brand: #ee0fdf;
/* SwiftUI */
Color(red: 0.933, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#ee0fdf")Accessibility — WCAG contrast
Aa
#ee0fdf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0fdf on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green5.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow6.3%
Key (black)6.7%
Color previews
#ee0fdf text on a black background
contrast 5.77:1
Card sample
#ee0fdf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0fdf;
Background color
Panel with #ee0fdf background
background-color: #ee0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0fdf; background: linear-gradient(135deg, #ee0fdf, #EE0F4A);