#e23021
a balanced, electric red · warm · closest name: tomato
RGB
226, 48, 33
HSL
5°, 77%, 51%
CMYK
0, 79, 85, 11
Luminance
0.1839
Every format
| HEX | #e23021 |
| RGB | rgb(226, 48, 33) |
| HSL | hsl(5, 77%, 51%) |
| CMYK | cmyk(0%, 79%, 85%, 11%) |
| LAB | lab(50.0 66.0 51.6) |
| LCH | lch(50.0 83.8 38.0) |
| OKLCH | oklch(0.594 0.215 29.7) |
Copy-ready code
/* CSS */
color: #e23021;
background-color: #e23021;
/* Tailwind (arbitrary) */
class="text-[#e23021] bg-[#e23021]"
/* SCSS */
$brand: #e23021;
/* SwiftUI */
Color(red: 0.886, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#e23021")Accessibility — WCAG contrast
Aa
#e23021 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e23021 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow85.4%
Key (black)11.4%
Color previews
#e23021 text on a black background
contrast 4.68:1
Card sample
#e23021 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e23021;
Background color
Panel with #e23021 background
background-color: #e23021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e23021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e23021; background: linear-gradient(135deg, #e23021, #E2B121);