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