#e29a21
a balanced, electric orange · warm · closest name: orange
RGB
226, 154, 33
HSL
38°, 77%, 51%
CMYK
0, 32, 85, 11
Luminance
0.3939
Every format
| HEX | #e29a21 |
| RGB | rgb(226, 154, 33) |
| HSL | hsl(38, 77%, 51%) |
| CMYK | cmyk(0%, 32%, 85%, 11%) |
| LAB | lab(69.0 17.9 67.4) |
| LCH | lch(69.0 69.7 75.1) |
| OKLCH | oklch(0.740 0.149 73.6) |
Copy-ready code
/* CSS */
color: #e29a21;
background-color: #e29a21;
/* Tailwind (arbitrary) */
class="text-[#e29a21] bg-[#e29a21]"
/* SCSS */
$brand: #e29a21;
/* SwiftUI */
Color(red: 0.886, green: 0.604, blue: 0.129)
/* Android */
Color.parseColor("#e29a21")Accessibility — WCAG contrast
Aa
#e29a21 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e29a21 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green60.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow85.4%
Key (black)11.4%
Color previews
#e29a21 text on a black background
contrast 8.88:1
Card sample
#e29a21 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e29a21;
Background color
Panel with #e29a21 background
background-color: #e29a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e29a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 154, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 154, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e29a21; background: linear-gradient(135deg, #e29a21, #A9E221);