#eeaa22
a balanced, electric yellow · warm · closest name: orange
RGB
238, 170, 34
HSL
40°, 86%, 53%
CMYK
0, 29, 86, 7
Luminance
0.4704
Every format
| HEX | #eeaa22 |
| RGB | rgb(238, 170, 34) |
| HSL | hsl(40, 86%, 53%) |
| CMYK | cmyk(0%, 29%, 86%, 7%) |
| LAB | lab(74.2 14.6 71.9) |
| LCH | lch(74.2 73.4 78.6) |
| OKLCH | oklch(0.783 0.155 78.2) |
Copy-ready code
/* CSS */
color: #eeaa22;
background-color: #eeaa22;
/* Tailwind (arbitrary) */
class="text-[#eeaa22] bg-[#eeaa22]"
/* SCSS */
$brand: #eeaa22;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#eeaa22")Accessibility — WCAG contrast
Aa
#eeaa22 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaa22 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow85.7%
Key (black)6.7%
Color previews
#eeaa22 text on a black background
contrast 10.41:1
Card sample
#eeaa22 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaa22;
Background color
Panel with #eeaa22 background
background-color: #eeaa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaa22; background: linear-gradient(135deg, #eeaa22, #AAEE22);