#ee2277
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 34, 119
HSL
335°, 86%, 53%
CMYK
0, 86, 50, 7
Luminance
0.2065
Every format
| HEX | #ee2277 |
| RGB | rgb(238, 34, 119) |
| HSL | hsl(335, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 50%, 7%) |
| LAB | lab(52.6 76.5 5.7) |
| LCH | lch(52.6 76.7 4.3) |
| OKLCH | oklch(0.622 0.235 3.7) |
Copy-ready code
/* CSS */
color: #ee2277;
background-color: #ee2277;
/* Tailwind (arbitrary) */
class="text-[#ee2277] bg-[#ee2277]"
/* SCSS */
$brand: #ee2277;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#ee2277")Accessibility — WCAG contrast
Aa
#ee2277 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2277 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow50.0%
Key (black)6.7%
Color previews
#ee2277 text on a black background
contrast 5.13:1
Card sample
#ee2277 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2277;
Background color
Panel with #ee2277 background
background-color: #ee2277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2277; background: linear-gradient(135deg, #ee2277, #EE5522);