#ef7b21
a balanced, electric orange · warm · closest name: chocolate
RGB
239, 123, 33
HSL
26°, 87%, 53%
CMYK
0, 49, 86, 6
Luminance
0.3263
Every format
| HEX | #ef7b21 |
| RGB | rgb(239, 123, 33) |
| HSL | hsl(26, 87%, 53%) |
| CMYK | cmyk(0%, 49%, 86%, 6%) |
| LAB | lab(63.9 39.5 63.9) |
| LCH | lch(63.9 75.1 58.3) |
| OKLCH | oklch(0.703 0.170 51.9) |
Copy-ready code
/* CSS */
color: #ef7b21;
background-color: #ef7b21;
/* Tailwind (arbitrary) */
class="text-[#ef7b21] bg-[#ef7b21]"
/* SCSS */
$brand: #ef7b21;
/* SwiftUI */
Color(red: 0.937, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#ef7b21")Accessibility — WCAG contrast
Aa
#ef7b21 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7b21 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow86.2%
Key (black)6.3%
Color previews
#ef7b21 text on a black background
contrast 7.53:1
Card sample
#ef7b21 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7b21;
Background color
Panel with #ef7b21 background
background-color: #ef7b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7b21; background: linear-gradient(135deg, #ef7b21, #DAEF21);