#ed3921
a balanced, electric red · warm · closest name: tomato
RGB
237, 57, 33
HSL
7°, 85%, 53%
CMYK
0, 76, 86, 7
Luminance
0.2104
Every format
| HEX | #ed3921 |
| RGB | rgb(237, 57, 33) |
| HSL | hsl(7, 85%, 53%) |
| CMYK | cmyk(0%, 76%, 86%, 7%) |
| LAB | lab(53.0 66.6 55.0) |
| LCH | lch(53.0 86.3 39.5) |
| OKLCH | oklch(0.620 0.219 31.1) |
Copy-ready code
/* CSS */
color: #ed3921;
background-color: #ed3921;
/* Tailwind (arbitrary) */
class="text-[#ed3921] bg-[#ed3921]"
/* SCSS */
$brand: #ed3921;
/* SwiftUI */
Color(red: 0.929, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#ed3921")Accessibility — WCAG contrast
Aa
#ed3921 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed3921 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow86.1%
Key (black)7.1%
Color previews
#ed3921 text on a black background
contrast 5.21:1
Card sample
#ed3921 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed3921;
Background color
Panel with #ed3921 background
background-color: #ed3921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed3921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed3921; background: linear-gradient(135deg, #ed3921, #EDC121);