#ee2eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 46, 238
HSL
300°, 85%, 56%
CMYK
0, 81, 0, 7
Luminance
0.2630
Every format
| HEX | #ee2eee |
| RGB | rgb(238, 46, 238) |
| HSL | hsl(300, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 0%, 7%) |
| LAB | lab(58.3 87.7 -54.7) |
| LCH | lch(58.3 103.4 328.0) |
| OKLCH | oklch(0.679 0.288 328.2) |
Copy-ready code
/* CSS */
color: #ee2eee;
background-color: #ee2eee;
/* Tailwind (arbitrary) */
class="text-[#ee2eee] bg-[#ee2eee]"
/* SCSS */
$brand: #ee2eee;
/* SwiftUI */
Color(red: 0.933, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#ee2eee")Accessibility — WCAG contrast
Aa
#ee2eee on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2eee on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green18.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#ee2eee text on a black background
contrast 6.26:1
Card sample
#ee2eee text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2eee;
Background color
Panel with #ee2eee background
background-color: #ee2eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2eee; background: linear-gradient(135deg, #ee2eee, #EE2E6E);