#ee0b13
a balanced, electric red · warm · closest name: red
RGB
238, 11, 19
HSL
358°, 91%, 49%
CMYK
0, 95, 92, 7
Luminance
0.1846
Every format
| HEX | #ee0b13 |
| RGB | rgb(238, 11, 19) |
| HSL | hsl(358, 91%, 49%) |
| CMYK | cmyk(0%, 95%, 92%, 7%) |
| LAB | lab(50.1 75.3 58.5) |
| LCH | lch(50.1 95.4 37.8) |
| OKLCH | oklch(0.599 0.242 28.3) |
Copy-ready code
/* CSS */
color: #ee0b13;
background-color: #ee0b13;
/* Tailwind (arbitrary) */
class="text-[#ee0b13] bg-[#ee0b13]"
/* SCSS */
$brand: #ee0b13;
/* SwiftUI */
Color(red: 0.933, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#ee0b13")Accessibility — WCAG contrast
Aa
#ee0b13 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0b13 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow92.0%
Key (black)6.7%
Color previews
#ee0b13 text on a black background
contrast 4.69:1
Card sample
#ee0b13 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0b13;
Background color
Panel with #ee0b13 background
background-color: #ee0b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0b13; background: linear-gradient(135deg, #ee0b13, #EE9A0B);