#ee2a11
a balanced, electric red · warm · closest name: red
RGB
238, 42, 17
HSL
7°, 87%, 50%
CMYK
0, 82, 93, 7
Luminance
0.1987
Every format
| HEX | #ee2a11 |
| RGB | rgb(238, 42, 17) |
| HSL | hsl(7, 87%, 50%) |
| CMYK | cmyk(0%, 82%, 93%, 7%) |
| LAB | lab(51.7 70.6 60.2) |
| LCH | lch(51.7 92.8 40.4) |
| OKLCH | oklch(0.611 0.231 30.8) |
Copy-ready code
/* CSS */
color: #ee2a11;
background-color: #ee2a11;
/* Tailwind (arbitrary) */
class="text-[#ee2a11] bg-[#ee2a11]"
/* SCSS */
$brand: #ee2a11;
/* SwiftUI */
Color(red: 0.933, green: 0.165, blue: 0.067)
/* Android */
Color.parseColor("#ee2a11")Accessibility — WCAG contrast
Aa
#ee2a11 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2a11 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green16.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow92.9%
Key (black)6.7%
Color previews
#ee2a11 text on a black background
contrast 4.97:1
Card sample
#ee2a11 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2a11;
Background color
Panel with #ee2a11 background
background-color: #ee2a11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2a11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 42, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 42, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2a11; background: linear-gradient(135deg, #ee2a11, #EEBD11);