#e96f21
a balanced, electric orange · warm · closest name: chocolate
RGB
233, 111, 33
HSL
23°, 82%, 52%
CMYK
0, 52, 86, 9
Luminance
0.2880
Every format
| HEX | #e96f21 |
| RGB | rgb(233, 111, 33) |
| HSL | hsl(23, 82%, 52%) |
| CMYK | cmyk(0%, 52%, 86%, 9%) |
| LAB | lab(60.6 43.1 60.9) |
| LCH | lch(60.6 74.6 54.7) |
| OKLCH | oklch(0.676 0.172 47.6) |
Copy-ready code
/* CSS */
color: #e96f21;
background-color: #e96f21;
/* Tailwind (arbitrary) */
class="text-[#e96f21] bg-[#e96f21]"
/* SCSS */
$brand: #e96f21;
/* SwiftUI */
Color(red: 0.914, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#e96f21")Accessibility — WCAG contrast
Aa
#e96f21 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e96f21 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow85.8%
Key (black)8.6%
Color previews
#e96f21 text on a black background
contrast 6.76:1
Card sample
#e96f21 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e96f21;
Background color
Panel with #e96f21 background
background-color: #e96f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e96f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e96f21; background: linear-gradient(135deg, #e96f21, #DEE921);