#ee3322
a balanced, electric red · warm · closest name: tomato
RGB
238, 51, 34
HSL
5°, 86%, 53%
CMYK
0, 79, 86, 7
Luminance
0.2066
Every format
| HEX | #ee3322 |
| RGB | rgb(238, 51, 34) |
| HSL | hsl(5, 86%, 53%) |
| CMYK | cmyk(0%, 79%, 86%, 7%) |
| LAB | lab(52.6 68.6 54.3) |
| LCH | lch(52.6 87.5 38.3) |
| OKLCH | oklch(0.618 0.224 29.9) |
Copy-ready code
/* CSS */
color: #ee3322;
background-color: #ee3322;
/* Tailwind (arbitrary) */
class="text-[#ee3322] bg-[#ee3322]"
/* SCSS */
$brand: #ee3322;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.133)
/* Android */
Color.parseColor("#ee3322")Accessibility — WCAG contrast
Aa
#ee3322 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3322 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow85.7%
Key (black)6.7%
Color previews
#ee3322 text on a black background
contrast 5.13:1
Card sample
#ee3322 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3322;
Background color
Panel with #ee3322 background
background-color: #ee3322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3322; background: linear-gradient(135deg, #ee3322, #EEBB22);