#ed5b21
a balanced, electric orange · warm · closest name: tomato
RGB
237, 91, 33
HSL
17°, 85%, 53%
CMYK
0, 62, 86, 7
Luminance
0.2560
Every format
| HEX | #ed5b21 |
| RGB | rgb(237, 91, 33) |
| HSL | hsl(17, 85%, 53%) |
| CMYK | cmyk(0%, 62%, 86%, 7%) |
| LAB | lab(57.7 53.9 58.7) |
| LCH | lch(57.7 79.7 47.5) |
| OKLCH | oklch(0.655 0.192 39.4) |
Copy-ready code
/* CSS */
color: #ed5b21;
background-color: #ed5b21;
/* Tailwind (arbitrary) */
class="text-[#ed5b21] bg-[#ed5b21]"
/* SCSS */
$brand: #ed5b21;
/* SwiftUI */
Color(red: 0.929, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#ed5b21")Accessibility — WCAG contrast
Aa
#ed5b21 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed5b21 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow86.1%
Key (black)7.1%
Color previews
#ed5b21 text on a black background
contrast 6.12:1
Card sample
#ed5b21 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed5b21;
Background color
Panel with #ed5b21 background
background-color: #ed5b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed5b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed5b21; background: linear-gradient(135deg, #ed5b21, #EDE321);