#eeba2f
a balanced, electric yellow · warm · closest name: orange
RGB
238, 186, 47
HSL
44°, 85%, 56%
CMYK
0, 22, 80, 7
Luminance
0.5350
Every format
| HEX | #eeba2f |
| RGB | rgb(238, 186, 47) |
| HSL | hsl(44, 85%, 56%) |
| CMYK | cmyk(0%, 22%, 80%, 7%) |
| LAB | lab(78.2 6.5 71.5) |
| LCH | lch(78.2 71.8 84.8) |
| OKLCH | oklch(0.814 0.154 86.3) |
Copy-ready code
/* CSS */
color: #eeba2f;
background-color: #eeba2f;
/* Tailwind (arbitrary) */
class="text-[#eeba2f] bg-[#eeba2f]"
/* SCSS */
$brand: #eeba2f;
/* SwiftUI */
Color(red: 0.933, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#eeba2f")Accessibility — WCAG contrast
Aa
#eeba2f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeba2f on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow80.3%
Key (black)6.7%
Color previews
#eeba2f text on a black background
contrast 11.70:1
Card sample
#eeba2f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeba2f;
Background color
Panel with #eeba2f background
background-color: #eeba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeba2f; background: linear-gradient(135deg, #eeba2f, #A3EE2F);