#ee3521
a balanced, electric red · warm · closest name: tomato
RGB
238, 53, 33
HSL
6°, 86%, 53%
CMYK
0, 78, 86, 7
Luminance
0.2083
Every format
| HEX | #ee3521 |
| RGB | rgb(238, 53, 33) |
| HSL | hsl(6, 86%, 53%) |
| CMYK | cmyk(0%, 78%, 86%, 7%) |
| LAB | lab(52.8 68.0 54.9) |
| LCH | lch(52.8 87.4 38.9) |
| OKLCH | oklch(0.619 0.223 30.4) |
Copy-ready code
/* CSS */
color: #ee3521;
background-color: #ee3521;
/* Tailwind (arbitrary) */
class="text-[#ee3521] bg-[#ee3521]"
/* SCSS */
$brand: #ee3521;
/* SwiftUI */
Color(red: 0.933, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#ee3521")Accessibility — WCAG contrast
Aa
#ee3521 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3521 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow86.1%
Key (black)6.7%
Color previews
#ee3521 text on a black background
contrast 5.17:1
Card sample
#ee3521 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3521;
Background color
Panel with #ee3521 background
background-color: #ee3521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3521; background: linear-gradient(135deg, #ee3521, #EEBE21);