#ef8021
a balanced, electric orange · warm · closest name: chocolate
RGB
239, 128, 33
HSL
28°, 87%, 53%
CMYK
0, 46, 86, 6
Luminance
0.3390
Every format
| HEX | #ef8021 |
| RGB | rgb(239, 128, 33) |
| HSL | hsl(28, 87%, 53%) |
| CMYK | cmyk(0%, 46%, 86%, 6%) |
| LAB | lab(64.9 37.0 64.7) |
| LCH | lch(64.9 74.5 60.3) |
| OKLCH | oklch(0.711 0.167 54.3) |
Copy-ready code
/* CSS */
color: #ef8021;
background-color: #ef8021;
/* Tailwind (arbitrary) */
class="text-[#ef8021] bg-[#ef8021]"
/* SCSS */
$brand: #ef8021;
/* SwiftUI */
Color(red: 0.937, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#ef8021")Accessibility — WCAG contrast
Aa
#ef8021 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef8021 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow86.2%
Key (black)6.3%
Color previews
#ef8021 text on a black background
contrast 7.78:1
Card sample
#ef8021 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef8021;
Background color
Panel with #ef8021 background
background-color: #ef8021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef8021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef8021; background: linear-gradient(135deg, #ef8021, #D5EF21);