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