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