#ee2266
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 34, 102
HSL
340°, 86%, 53%
CMYK
0, 86, 57, 7
Luminance
0.2028
Every format
| HEX | #ee2266 |
| RGB | rgb(238, 34, 102) |
| HSL | hsl(340, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 57%, 7%) |
| LAB | lab(52.2 75.3 15.4) |
| LCH | lch(52.2 76.9 11.6) |
| OKLCH | oklch(0.618 0.232 9.6) |
Copy-ready code
/* CSS */
color: #ee2266;
background-color: #ee2266;
/* Tailwind (arbitrary) */
class="text-[#ee2266] bg-[#ee2266]"
/* SCSS */
$brand: #ee2266;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#ee2266")Accessibility — WCAG contrast
Aa
#ee2266 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2266 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow57.1%
Key (black)6.7%
Color previews
#ee2266 text on a black background
contrast 5.06:1
Card sample
#ee2266 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2266;
Background color
Panel with #ee2266 background
background-color: #ee2266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2266; background: linear-gradient(135deg, #ee2266, #EE6622);