#e23921
a balanced, electric red · warm · closest name: tomato
RGB
226, 57, 33
HSL
8°, 77%, 51%
CMYK
0, 75, 85, 11
Luminance
0.1920
Every format
| HEX | #e23921 |
| RGB | rgb(226, 57, 33) |
| HSL | hsl(8, 77%, 51%) |
| CMYK | cmyk(0%, 75%, 85%, 11%) |
| LAB | lab(50.9 63.3 52.4) |
| LCH | lch(50.9 82.2 39.6) |
| OKLCH | oklch(0.601 0.209 31.3) |
Copy-ready code
/* CSS */
color: #e23921;
background-color: #e23921;
/* Tailwind (arbitrary) */
class="text-[#e23921] bg-[#e23921]"
/* SCSS */
$brand: #e23921;
/* SwiftUI */
Color(red: 0.886, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#e23921")Accessibility — WCAG contrast
Aa
#e23921 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e23921 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow85.4%
Key (black)11.4%
Color previews
#e23921 text on a black background
contrast 4.84:1
Card sample
#e23921 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e23921;
Background color
Panel with #e23921 background
background-color: #e23921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e23921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e23921; background: linear-gradient(135deg, #e23921, #E2BA21);