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