#ef7421
a balanced, electric orange · warm · closest name: chocolate
RGB
239, 116, 33
HSL
24°, 87%, 53%
CMYK
0, 52, 86, 6
Luminance
0.3095
Every format
| HEX | #ef7421 |
| RGB | rgb(239, 116, 33) |
| HSL | hsl(24, 87%, 53%) |
| CMYK | cmyk(0%, 52%, 86%, 6%) |
| LAB | lab(62.5 43.0 62.8) |
| LCH | lch(62.5 76.0 55.6) |
| OKLCH | oklch(0.693 0.174 48.7) |
Copy-ready code
/* CSS */
color: #ef7421;
background-color: #ef7421;
/* Tailwind (arbitrary) */
class="text-[#ef7421] bg-[#ef7421]"
/* SCSS */
$brand: #ef7421;
/* SwiftUI */
Color(red: 0.937, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#ef7421")Accessibility — WCAG contrast
Aa
#ef7421 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7421 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow86.2%
Key (black)6.3%
Color previews
#ef7421 text on a black background
contrast 7.19:1
Card sample
#ef7421 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7421;
Background color
Panel with #ef7421 background
background-color: #ef7421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7421; background: linear-gradient(135deg, #ef7421, #E1EF21);