#e83821
a balanced, electric red · warm · closest name: tomato
RGB
232, 56, 33
HSL
7°, 81%, 52%
CMYK
0, 76, 86, 9
Luminance
0.2009
Every format
| HEX | #e83821 |
| RGB | rgb(232, 56, 33) |
| HSL | hsl(7, 81%, 52%) |
| CMYK | cmyk(0%, 76%, 86%, 9%) |
| LAB | lab(52.0 65.4 53.7) |
| LCH | lch(52.0 84.6 39.4) |
| OKLCH | oklch(0.611 0.215 31.0) |
Copy-ready code
/* CSS */
color: #e83821;
background-color: #e83821;
/* Tailwind (arbitrary) */
class="text-[#e83821] bg-[#e83821]"
/* SCSS */
$brand: #e83821;
/* SwiftUI */
Color(red: 0.910, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#e83821")Accessibility — WCAG contrast
Aa
#e83821 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e83821 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow85.8%
Key (black)9.0%
Color previews
#e83821 text on a black background
contrast 5.02:1
Card sample
#e83821 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e83821;
Background color
Panel with #e83821 background
background-color: #e83821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e83821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e83821; background: linear-gradient(135deg, #e83821, #E8BD21);