#eeab13
a balanced, electric yellow · warm · closest name: orange
RGB
238, 171, 19
HSL
42°, 87%, 50%
CMYK
0, 28, 92, 7
Luminance
0.4735
Every format
| HEX | #eeab13 |
| RGB | rgb(238, 171, 19) |
| HSL | hsl(42, 87%, 50%) |
| CMYK | cmyk(0%, 28%, 92%, 7%) |
| LAB | lab(74.4 13.8 75.3) |
| LCH | lch(74.4 76.5 79.7) |
| OKLCH | oklch(0.784 0.160 79.6) |
Copy-ready code
/* CSS */
color: #eeab13;
background-color: #eeab13;
/* Tailwind (arbitrary) */
class="text-[#eeab13] bg-[#eeab13]"
/* SCSS */
$brand: #eeab13;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#eeab13")Accessibility — WCAG contrast
Aa
#eeab13 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeab13 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow92.0%
Key (black)6.7%
Color previews
#eeab13 text on a black background
contrast 10.47:1
Card sample
#eeab13 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeab13;
Background color
Panel with #eeab13 background
background-color: #eeab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeab13; background: linear-gradient(135deg, #eeab13, #9FEE13);