#ee0eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 14, 238
HSL
300°, 89%, 49%
CMYK
0, 94, 0, 7
Luminance
0.2466
Every format
| HEX | #ee0eee |
| RGB | rgb(238, 14, 238) |
| HSL | hsl(300, 89%, 49%) |
| CMYK | cmyk(0%, 94%, 0%, 7%) |
| LAB | lab(56.8 92.3 -57.2) |
| LCH | lch(56.8 108.6 328.2) |
| OKLCH | oklch(0.668 0.303 328.3) |
Copy-ready code
/* CSS */
color: #ee0eee;
background-color: #ee0eee;
/* Tailwind (arbitrary) */
class="text-[#ee0eee] bg-[#ee0eee]"
/* SCSS */
$brand: #ee0eee;
/* SwiftUI */
Color(red: 0.933, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#ee0eee")Accessibility — WCAG contrast
Aa
#ee0eee on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0eee on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green5.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ee0eee text on a black background
contrast 5.93:1
Card sample
#ee0eee text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0eee;
Background color
Panel with #ee0eee background
background-color: #ee0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0eee; background: linear-gradient(135deg, #ee0eee, #EE0E59);