#ee2b13
a balanced, electric red · warm · closest name: red
RGB
238, 43, 19
HSL
7°, 87%, 50%
CMYK
0, 82, 92, 7
Luminance
0.1995
Every format
| HEX | #ee2b13 |
| RGB | rgb(238, 43, 19) |
| HSL | hsl(7, 87%, 50%) |
| CMYK | cmyk(0%, 82%, 92%, 7%) |
| LAB | lab(51.8 70.4 59.6) |
| LCH | lch(51.8 92.2 40.2) |
| OKLCH | oklch(0.612 0.230 30.8) |
Copy-ready code
/* CSS */
color: #ee2b13;
background-color: #ee2b13;
/* Tailwind (arbitrary) */
class="text-[#ee2b13] bg-[#ee2b13]"
/* SCSS */
$brand: #ee2b13;
/* SwiftUI */
Color(red: 0.933, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#ee2b13")Accessibility — WCAG contrast
Aa
#ee2b13 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2b13 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow92.0%
Key (black)6.7%
Color previews
#ee2b13 text on a black background
contrast 4.99:1
Card sample
#ee2b13 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2b13;
Background color
Panel with #ee2b13 background
background-color: #ee2b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2b13; background: linear-gradient(135deg, #ee2b13, #EEBD13);