#ed4821
a balanced, electric red · warm · closest name: tomato
RGB
237, 72, 33
HSL
12°, 85%, 53%
CMYK
0, 70, 86, 7
Luminance
0.2275
Every format
| HEX | #ed4821 |
| RGB | rgb(237, 72, 33) |
| HSL | hsl(12, 85%, 53%) |
| CMYK | cmyk(0%, 70%, 86%, 7%) |
| LAB | lab(54.8 61.5 56.4) |
| LCH | lch(54.8 83.5 42.5) |
| OKLCH | oklch(0.634 0.208 34.1) |
Copy-ready code
/* CSS */
color: #ed4821;
background-color: #ed4821;
/* Tailwind (arbitrary) */
class="text-[#ed4821] bg-[#ed4821]"
/* SCSS */
$brand: #ed4821;
/* SwiftUI */
Color(red: 0.929, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#ed4821")Accessibility — WCAG contrast
Aa
#ed4821 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed4821 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow86.1%
Key (black)7.1%
Color previews
#ed4821 text on a black background
contrast 5.55:1
Card sample
#ed4821 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed4821;
Background color
Panel with #ed4821 background
background-color: #ed4821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed4821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed4821; background: linear-gradient(135deg, #ed4821, #EDD021);