#e83521
a balanced, electric red · warm · closest name: tomato
RGB
232, 53, 33
HSL
6°, 81%, 52%
CMYK
0, 77, 86, 9
Luminance
0.1981
Every format
| HEX | #e83521 |
| RGB | rgb(232, 53, 33) |
| HSL | hsl(6, 81%, 52%) |
| CMYK | cmyk(0%, 77%, 86%, 9%) |
| LAB | lab(51.6 66.3 53.4) |
| LCH | lch(51.6 85.2 38.9) |
| OKLCH | oklch(0.609 0.217 30.5) |
Copy-ready code
/* CSS */
color: #e83521;
background-color: #e83521;
/* Tailwind (arbitrary) */
class="text-[#e83521] bg-[#e83521]"
/* SCSS */
$brand: #e83521;
/* SwiftUI */
Color(red: 0.910, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#e83521")Accessibility — WCAG contrast
Aa
#e83521 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e83521 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow85.8%
Key (black)9.0%
Color previews
#e83521 text on a black background
contrast 4.96:1
Card sample
#e83521 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e83521;
Background color
Panel with #e83521 background
background-color: #e83521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e83521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e83521; background: linear-gradient(135deg, #e83521, #E8BA21);