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