#ee0011
a balanced, electric red · warm · closest name: red
RGB
238, 0, 17
HSL
356°, 100%, 47%
CMYK
0, 100, 93, 7
Luminance
0.1822
Every format
| HEX | #ee0011 |
| RGB | rgb(238, 0, 17) |
| HSL | hsl(356, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 93%, 7%) |
| LAB | lab(49.8 76.2 59.0) |
| LCH | lch(49.8 96.4 37.8) |
| OKLCH | oklch(0.597 0.244 28.1) |
Copy-ready code
/* CSS */
color: #ee0011;
background-color: #ee0011;
/* Tailwind (arbitrary) */
class="text-[#ee0011] bg-[#ee0011]"
/* SCSS */
$brand: #ee0011;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.067)
/* Android */
Color.parseColor("#ee0011")Accessibility — WCAG contrast
Aa
#ee0011 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ee0011 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.9%
Key (black)6.7%
Color previews
#ee0011 text on a black background
contrast 4.64:1
Card sample
#ee0011 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0011;
Background color
Panel with #ee0011 background
background-color: #ee0011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0011; background: linear-gradient(135deg, #ee0011, #EE8E00);