#ee0066
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 0, 102
HSL
334°, 100%, 47%
CMYK
0, 100, 57, 7
Luminance
0.1914
Every format
| HEX | #ee0066 |
| RGB | rgb(238, 0, 102) |
| HSL | hsl(334, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 57%, 7%) |
| LAB | lab(50.9 79.1 13.7) |
| LCH | lch(50.9 80.3 9.8) |
| OKLCH | oklch(0.608 0.243 8.1) |
Copy-ready code
/* CSS */
color: #ee0066;
background-color: #ee0066;
/* Tailwind (arbitrary) */
class="text-[#ee0066] bg-[#ee0066]"
/* SCSS */
$brand: #ee0066;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#ee0066")Accessibility — WCAG contrast
Aa
#ee0066 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0066 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow57.1%
Key (black)6.7%
Color previews
#ee0066 text on a black background
contrast 4.83:1
Card sample
#ee0066 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0066;
Background color
Panel with #ee0066 background
background-color: #ee0066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0066; background: linear-gradient(135deg, #ee0066, #EE3900);