#e97f21
a balanced, electric orange · warm · closest name: chocolate
RGB
233, 127, 33
HSL
28°, 82%, 52%
CMYK
0, 46, 86, 9
Luminance
0.3261
Every format
| HEX | #e97f21 |
| RGB | rgb(233, 127, 33) |
| HSL | hsl(28, 82%, 52%) |
| CMYK | cmyk(0%, 46%, 86%, 9%) |
| LAB | lab(63.9 35.1 63.5) |
| LCH | lch(63.9 72.5 61.1) |
| OKLCH | oklch(0.701 0.162 55.4) |
Copy-ready code
/* CSS */
color: #e97f21;
background-color: #e97f21;
/* Tailwind (arbitrary) */
class="text-[#e97f21] bg-[#e97f21]"
/* SCSS */
$brand: #e97f21;
/* SwiftUI */
Color(red: 0.914, green: 0.498, blue: 0.129)
/* Android */
Color.parseColor("#e97f21")Accessibility — WCAG contrast
Aa
#e97f21 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e97f21 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green49.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow85.8%
Key (black)8.6%
Color previews
#e97f21 text on a black background
contrast 7.52:1
Card sample
#e97f21 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e97f21;
Background color
Panel with #e97f21 background
background-color: #e97f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e97f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 127, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 127, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e97f21; background: linear-gradient(135deg, #e97f21, #CEE921);