#ef9321
a balanced, electric orange · warm · closest name: orange
RGB
239, 147, 33
HSL
33°, 87%, 53%
CMYK
0, 39, 86, 6
Luminance
0.3933
Every format
| HEX | #ef9321 |
| RGB | rgb(239, 147, 33) |
| HSL | hsl(33, 87%, 53%) |
| CMYK | cmyk(0%, 39%, 86%, 6%) |
| LAB | lab(69.0 27.1 68.0) |
| LCH | lch(69.0 73.2 68.3) |
| OKLCH | oklch(0.743 0.159 64.5) |
Copy-ready code
/* CSS */
color: #ef9321;
background-color: #ef9321;
/* Tailwind (arbitrary) */
class="text-[#ef9321] bg-[#ef9321]"
/* SCSS */
$brand: #ef9321;
/* SwiftUI */
Color(red: 0.937, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#ef9321")Accessibility — WCAG contrast
Aa
#ef9321 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef9321 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green57.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow86.2%
Key (black)6.3%
Color previews
#ef9321 text on a black background
contrast 8.87:1
Card sample
#ef9321 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef9321;
Background color
Panel with #ef9321 background
background-color: #ef9321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef9321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef9321; background: linear-gradient(135deg, #ef9321, #C2EF21);