#e97b13
a balanced, electric orange · warm · closest name: chocolate
RGB
233, 123, 19
HSL
29°, 85%, 49%
CMYK
0, 47, 92, 9
Luminance
0.3154
Every format
| HEX | #e97b13 |
| RGB | rgb(233, 123, 19) |
| HSL | hsl(29, 85%, 49%) |
| CMYK | cmyk(0%, 47%, 92%, 9%) |
| LAB | lab(63.0 36.9 66.7) |
| LCH | lch(63.0 76.2 61.1) |
| OKLCH | oklch(0.694 0.167 54.9) |
Copy-ready code
/* CSS */
color: #e97b13;
background-color: #e97b13;
/* Tailwind (arbitrary) */
class="text-[#e97b13] bg-[#e97b13]"
/* SCSS */
$brand: #e97b13;
/* SwiftUI */
Color(red: 0.914, green: 0.482, blue: 0.075)
/* Android */
Color.parseColor("#e97b13")Accessibility — WCAG contrast
Aa
#e97b13 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e97b13 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green48.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow91.8%
Key (black)8.6%
Color previews
#e97b13 text on a black background
contrast 7.31:1
Card sample
#e97b13 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e97b13;
Background color
Panel with #e97b13 background
background-color: #e97b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e97b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 123, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 123, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e97b13; background: linear-gradient(135deg, #e97b13, #C8E913);