#eeba49
a balanced, electric yellow · warm · closest name: orange
RGB
238, 186, 73
HSL
41°, 83%, 61%
CMYK
0, 22, 69, 7
Luminance
0.5378
Every format
| HEX | #eeba49 |
| RGB | rgb(238, 186, 73) |
| HSL | hsl(41, 83%, 61%) |
| CMYK | cmyk(0%, 22%, 69%, 7%) |
| LAB | lab(78.3 7.6 62.1) |
| LCH | lch(78.3 62.5 83.0) |
| OKLCH | oklch(0.816 0.140 83.5) |
Copy-ready code
/* CSS */
color: #eeba49;
background-color: #eeba49;
/* Tailwind (arbitrary) */
class="text-[#eeba49] bg-[#eeba49]"
/* SCSS */
$brand: #eeba49;
/* SwiftUI */
Color(red: 0.933, green: 0.729, blue: 0.286)
/* Android */
Color.parseColor("#eeba49")Accessibility — WCAG contrast
Aa
#eeba49 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeba49 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow69.3%
Key (black)6.7%
Color previews
#eeba49 text on a black background
contrast 11.76:1
Card sample
#eeba49 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeba49;
Background color
Panel with #eeba49 background
background-color: #eeba49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeba49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 186, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 186, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeba49; background: linear-gradient(135deg, #eeba49, #B4EE49);