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