#ef9521
a balanced, electric orange · warm · closest name: orange
RGB
239, 149, 33
HSL
34°, 87%, 53%
CMYK
0, 38, 86, 6
Luminance
0.3996
Every format
| HEX | #ef9521 |
| RGB | rgb(239, 149, 33) |
| HSL | hsl(34, 87%, 53%) |
| CMYK | cmyk(0%, 38%, 86%, 6%) |
| LAB | lab(69.4 26.1 68.4) |
| LCH | lch(69.4 73.2 69.1) |
| OKLCH | oklch(0.746 0.158 65.6) |
Copy-ready code
/* CSS */
color: #ef9521;
background-color: #ef9521;
/* Tailwind (arbitrary) */
class="text-[#ef9521] bg-[#ef9521]"
/* SCSS */
$brand: #ef9521;
/* SwiftUI */
Color(red: 0.937, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#ef9521")Accessibility — WCAG contrast
Aa
#ef9521 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef9521 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow86.2%
Key (black)6.3%
Color previews
#ef9521 text on a black background
contrast 8.99:1
Card sample
#ef9521 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef9521;
Background color
Panel with #ef9521 background
background-color: #ef9521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef9521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef9521; background: linear-gradient(135deg, #ef9521, #C0EF21);