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