#ee0021
a balanced, electric red · warm · closest name: red
RGB
238, 0, 33
HSL
352°, 100%, 47%
CMYK
0, 100, 86, 7
Luminance
0.1829
Every format
| HEX | #ee0021 |
| RGB | rgb(238, 0, 33) |
| HSL | hsl(352, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 86%, 7%) |
| LAB | lab(49.9 76.4 52.5) |
| LCH | lch(49.9 92.7 34.5) |
| OKLCH | oklch(0.597 0.243 26.1) |
Copy-ready code
/* CSS */
color: #ee0021;
background-color: #ee0021;
/* Tailwind (arbitrary) */
class="text-[#ee0021] bg-[#ee0021]"
/* SCSS */
$brand: #ee0021;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#ee0021")Accessibility — WCAG contrast
Aa
#ee0021 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ee0021 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow86.1%
Key (black)6.7%
Color previews
#ee0021 text on a black background
contrast 4.66:1
Card sample
#ee0021 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0021;
Background color
Panel with #ee0021 background
background-color: #ee0021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0021; background: linear-gradient(135deg, #ee0021, #EE7E00);