#e74d21
a balanced, electric red · warm · closest name: tomato
RGB
231, 77, 33
HSL
13°, 81%, 52%
CMYK
0, 67, 86, 9
Luminance
0.2241
Every format
| HEX | #e74d21 |
| RGB | rgb(231, 77, 33) |
| HSL | hsl(13, 81%, 52%) |
| CMYK | cmyk(0%, 67%, 86%, 9%) |
| LAB | lab(54.5 57.7 55.7) |
| LCH | lch(54.5 80.2 44.0) |
| OKLCH | oklch(0.629 0.198 35.7) |
Copy-ready code
/* CSS */
color: #e74d21;
background-color: #e74d21;
/* Tailwind (arbitrary) */
class="text-[#e74d21] bg-[#e74d21]"
/* SCSS */
$brand: #e74d21;
/* SwiftUI */
Color(red: 0.906, green: 0.302, blue: 0.129)
/* Android */
Color.parseColor("#e74d21")Accessibility — WCAG contrast
Aa
#e74d21 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e74d21 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green30.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow85.7%
Key (black)9.4%
Color previews
#e74d21 text on a black background
contrast 5.48:1
Card sample
#e74d21 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e74d21;
Background color
Panel with #e74d21 background
background-color: #e74d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e74d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 77, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 77, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e74d21; background: linear-gradient(135deg, #e74d21, #E7D121);