#ee2811
a balanced, electric red · warm · closest name: red
RGB
238, 40, 17
HSL
6°, 87%, 50%
CMYK
0, 83, 93, 7
Luminance
0.1974
Every format
| HEX | #ee2811 |
| RGB | rgb(238, 40, 17) |
| HSL | hsl(6, 87%, 50%) |
| CMYK | cmyk(0%, 83%, 93%, 7%) |
| LAB | lab(51.5 71.0 60.1) |
| LCH | lch(51.5 93.0 40.2) |
| OKLCH | oklch(0.610 0.232 30.6) |
Copy-ready code
/* CSS */
color: #ee2811;
background-color: #ee2811;
/* Tailwind (arbitrary) */
class="text-[#ee2811] bg-[#ee2811]"
/* SCSS */
$brand: #ee2811;
/* SwiftUI */
Color(red: 0.933, green: 0.157, blue: 0.067)
/* Android */
Color.parseColor("#ee2811")Accessibility — WCAG contrast
Aa
#ee2811 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2811 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green15.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow92.9%
Key (black)6.7%
Color previews
#ee2811 text on a black background
contrast 4.95:1
Card sample
#ee2811 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2811;
Background color
Panel with #ee2811 background
background-color: #ee2811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 40, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 40, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2811; background: linear-gradient(135deg, #ee2811, #EEBB11);