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