#efa921
a balanced, electric orange · warm · closest name: orange
RGB
239, 169, 33
HSL
40°, 87%, 53%
CMYK
0, 29, 86, 6
Luminance
0.4684
Every format
| HEX | #efa921 |
| RGB | rgb(239, 169, 33) |
| HSL | hsl(40, 87%, 53%) |
| CMYK | cmyk(0%, 29%, 86%, 6%) |
| LAB | lab(74.1 15.5 72.1) |
| LCH | lch(74.1 73.8 77.9) |
| OKLCH | oklch(0.782 0.156 77.2) |
Copy-ready code
/* CSS */
color: #efa921;
background-color: #efa921;
/* Tailwind (arbitrary) */
class="text-[#efa921] bg-[#efa921]"
/* SCSS */
$brand: #efa921;
/* SwiftUI */
Color(red: 0.937, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#efa921")Accessibility — WCAG contrast
Aa
#efa921 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efa921 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow86.2%
Key (black)6.3%
Color previews
#efa921 text on a black background
contrast 10.37:1
Card sample
#efa921 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efa921;
Background color
Panel with #efa921 background
background-color: #efa921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efa921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efa921; background: linear-gradient(135deg, #efa921, #ACEF21);