#ef7e21
a balanced, electric orange · warm · closest name: chocolate
RGB
239, 126, 33
HSL
27°, 87%, 53%
CMYK
0, 47, 86, 6
Luminance
0.3338
Every format
| HEX | #ef7e21 |
| RGB | rgb(239, 126, 33) |
| HSL | hsl(27, 87%, 53%) |
| CMYK | cmyk(0%, 47%, 86%, 6%) |
| LAB | lab(64.5 38.0 64.4) |
| LCH | lch(64.5 74.7 59.5) |
| OKLCH | oklch(0.708 0.168 53.3) |
Copy-ready code
/* CSS */
color: #ef7e21;
background-color: #ef7e21;
/* Tailwind (arbitrary) */
class="text-[#ef7e21] bg-[#ef7e21]"
/* SCSS */
$brand: #ef7e21;
/* SwiftUI */
Color(red: 0.937, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#ef7e21")Accessibility — WCAG contrast
Aa
#ef7e21 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7e21 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green49.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow86.2%
Key (black)6.3%
Color previews
#ef7e21 text on a black background
contrast 7.68:1
Card sample
#ef7e21 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7e21;
Background color
Panel with #ef7e21 background
background-color: #ef7e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7e21; background: linear-gradient(135deg, #ef7e21, #D7EF21);