#ee8317
a balanced, electric orange · warm · closest name: chocolate
RGB
238, 131, 23
HSL
30°, 86%, 51%
CMYK
0, 45, 90, 7
Luminance
0.3447
Every format
| HEX | #ee8317 |
| RGB | rgb(238, 131, 23) |
| HSL | hsl(30, 86%, 51%) |
| CMYK | cmyk(0%, 45%, 90%, 7%) |
| LAB | lab(65.3 34.8 67.8) |
| LCH | lch(65.3 76.2 62.8) |
| OKLCH | oklch(0.714 0.167 57.2) |
Copy-ready code
/* CSS */
color: #ee8317;
background-color: #ee8317;
/* Tailwind (arbitrary) */
class="text-[#ee8317] bg-[#ee8317]"
/* SCSS */
$brand: #ee8317;
/* SwiftUI */
Color(red: 0.933, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#ee8317")Accessibility — WCAG contrast
Aa
#ee8317 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8317 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow90.3%
Key (black)6.7%
Color previews
#ee8317 text on a black background
contrast 7.89:1
Card sample
#ee8317 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8317;
Background color
Panel with #ee8317 background
background-color: #ee8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8317; background: linear-gradient(135deg, #ee8317, #CAEE17);