#ee3eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 62, 238
HSL
300°, 84%, 59%
CMYK
0, 74, 0, 7
Luminance
0.2780
Every format
| HEX | #ee3eee |
| RGB | rgb(238, 62, 238) |
| HSL | hsl(300, 84%, 59%) |
| CMYK | cmyk(0%, 74%, 0%, 7%) |
| LAB | lab(59.7 83.7 -52.5) |
| LCH | lch(59.7 98.8 327.9) |
| OKLCH | oklch(0.689 0.275 328.1) |
Copy-ready code
/* CSS */
color: #ee3eee;
background-color: #ee3eee;
/* Tailwind (arbitrary) */
class="text-[#ee3eee] bg-[#ee3eee]"
/* SCSS */
$brand: #ee3eee;
/* SwiftUI */
Color(red: 0.933, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#ee3eee")Accessibility — WCAG contrast
Aa
#ee3eee on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3eee on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green24.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#ee3eee text on a black background
contrast 6.56:1
Card sample
#ee3eee text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3eee;
Background color
Panel with #ee3eee background
background-color: #ee3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3eee; background: linear-gradient(135deg, #ee3eee, #EE3E79);