#e97a21
a balanced, electric orange · warm · closest name: chocolate
RGB
233, 122, 33
HSL
27°, 82%, 52%
CMYK
0, 48, 86, 9
Luminance
0.3135
Every format
| HEX | #e97a21 |
| RGB | rgb(233, 122, 33) |
| HSL | hsl(27, 82%, 52%) |
| CMYK | cmyk(0%, 48%, 86%, 9%) |
| LAB | lab(62.8 37.6 62.7) |
| LCH | lch(62.8 73.1 59.0) |
| OKLCH | oklch(0.693 0.165 52.8) |
Copy-ready code
/* CSS */
color: #e97a21;
background-color: #e97a21;
/* Tailwind (arbitrary) */
class="text-[#e97a21] bg-[#e97a21]"
/* SCSS */
$brand: #e97a21;
/* SwiftUI */
Color(red: 0.914, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#e97a21")Accessibility — WCAG contrast
Aa
#e97a21 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e97a21 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green47.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow85.8%
Key (black)8.6%
Color previews
#e97a21 text on a black background
contrast 7.27:1
Card sample
#e97a21 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e97a21;
Background color
Panel with #e97a21 background
background-color: #e97a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e97a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e97a21; background: linear-gradient(135deg, #e97a21, #D3E921);