#ee111f
a balanced, electric red · warm · closest name: red
RGB
238, 17, 31
HSL
356°, 87%, 50%
CMYK
0, 93, 87, 7
Luminance
0.1868
Every format
| HEX | #ee111f |
| RGB | rgb(238, 17, 31) |
| HSL | hsl(356, 87%, 50%) |
| CMYK | cmyk(0%, 93%, 87%, 7%) |
| LAB | lab(50.3 75.0 53.8) |
| LCH | lch(50.3 92.3 35.7) |
| OKLCH | oklch(0.601 0.239 27.1) |
Copy-ready code
/* CSS */
color: #ee111f;
background-color: #ee111f;
/* Tailwind (arbitrary) */
class="text-[#ee111f] bg-[#ee111f]"
/* SCSS */
$brand: #ee111f;
/* SwiftUI */
Color(red: 0.933, green: 0.067, blue: 0.122)
/* Android */
Color.parseColor("#ee111f")Accessibility — WCAG contrast
Aa
#ee111f on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee111f on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green6.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow87.0%
Key (black)6.7%
Color previews
#ee111f text on a black background
contrast 4.74:1
Card sample
#ee111f text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee111f;
Background color
Panel with #ee111f background
background-color: #ee111f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee111f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 17, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 17, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee111f; background: linear-gradient(135deg, #ee111f, #EE9611);