#e28b21
a balanced, electric orange · warm · closest name: chocolate
RGB
226, 139, 33
HSL
33°, 77%, 51%
CMYK
0, 39, 85, 11
Luminance
0.3474
Every format
| HEX | #e28b21 |
| RGB | rgb(226, 139, 33) |
| HSL | hsl(33, 77%, 51%) |
| CMYK | cmyk(0%, 39%, 85%, 11%) |
| LAB | lab(65.5 25.9 64.5) |
| LCH | lch(65.5 69.5 68.1) |
| OKLCH | oklch(0.713 0.151 64.4) |
Copy-ready code
/* CSS */
color: #e28b21;
background-color: #e28b21;
/* Tailwind (arbitrary) */
class="text-[#e28b21] bg-[#e28b21]"
/* SCSS */
$brand: #e28b21;
/* SwiftUI */
Color(red: 0.886, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#e28b21")Accessibility — WCAG contrast
Aa
#e28b21 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e28b21 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow85.4%
Key (black)11.4%
Color previews
#e28b21 text on a black background
contrast 7.95:1
Card sample
#e28b21 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e28b21;
Background color
Panel with #e28b21 background
background-color: #e28b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e28b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e28b21; background: linear-gradient(135deg, #e28b21, #B8E221);