#e45b21
a balanced, electric orange · warm · closest name: chocolate
RGB
228, 91, 33
HSL
18°, 78%, 51%
CMYK
0, 60, 86, 11
Luminance
0.2409
Every format
| HEX | #e45b21 |
| RGB | rgb(228, 91, 33) |
| HSL | hsl(18, 78%, 51%) |
| CMYK | cmyk(0%, 60%, 86%, 11%) |
| LAB | lab(56.2 50.7 56.9) |
| LCH | lch(56.2 76.2 48.3) |
| OKLCH | oklch(0.641 0.183 40.4) |
Copy-ready code
/* CSS */
color: #e45b21;
background-color: #e45b21;
/* Tailwind (arbitrary) */
class="text-[#e45b21] bg-[#e45b21]"
/* SCSS */
$brand: #e45b21;
/* SwiftUI */
Color(red: 0.894, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#e45b21")Accessibility — WCAG contrast
Aa
#e45b21 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e45b21 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow85.5%
Key (black)10.6%
Color previews
#e45b21 text on a black background
contrast 5.82:1
Card sample
#e45b21 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e45b21;
Background color
Panel with #e45b21 background
background-color: #e45b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e45b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e45b21; background: linear-gradient(135deg, #e45b21, #E4DD21);