#ee2200
a balanced, electric red · warm · closest name: red
RGB
238, 34, 0
HSL
9°, 100%, 47%
CMYK
0, 86, 100, 7
Luminance
0.1932
Every format
| HEX | #ee2200 |
| RGB | rgb(238, 34, 0) |
| HSL | hsl(9, 100%, 47%) |
| CMYK | cmyk(0%, 86%, 100%, 7%) |
| LAB | lab(51.1 72.1 64.3) |
| LCH | lch(51.1 96.6 41.7) |
| OKLCH | oklch(0.606 0.235 31.1) |
Copy-ready code
/* CSS */
color: #ee2200;
background-color: #ee2200;
/* Tailwind (arbitrary) */
class="text-[#ee2200] bg-[#ee2200]"
/* SCSS */
$brand: #ee2200;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#ee2200")Accessibility — WCAG contrast
Aa
#ee2200 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2200 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow100.0%
Key (black)6.7%
Color previews
#ee2200 text on a black background
contrast 4.86:1
Card sample
#ee2200 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2200;
Background color
Panel with #ee2200 background
background-color: #ee2200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2200; background: linear-gradient(135deg, #ee2200, #EEC100);