#eeb811
a balanced, electric yellow · cool · closest name: gold
RGB
238, 184, 17
HSL
45°, 87%, 50%
CMYK
0, 23, 93, 7
Luminance
0.5250
Every format
| HEX | #eeb811 |
| RGB | rgb(238, 184, 17) |
| HSL | hsl(45, 87%, 50%) |
| CMYK | cmyk(0%, 23%, 93%, 7%) |
| LAB | lab(77.6 6.9 77.9) |
| LCH | lch(77.6 78.2 84.9) |
| OKLCH | oklch(0.809 0.163 86.8) |
Copy-ready code
/* CSS */
color: #eeb811;
background-color: #eeb811;
/* Tailwind (arbitrary) */
class="text-[#eeb811] bg-[#eeb811]"
/* SCSS */
$brand: #eeb811;
/* SwiftUI */
Color(red: 0.933, green: 0.722, blue: 0.067)
/* Android */
Color.parseColor("#eeb811")Accessibility — WCAG contrast
Aa
#eeb811 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb811 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.2%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow92.9%
Key (black)6.7%
Color previews
#eeb811 text on a black background
contrast 11.50:1
Card sample
#eeb811 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb811;
Background color
Panel with #eeb811 background
background-color: #eeb811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 184, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 184, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb811; background: linear-gradient(135deg, #eeb811, #91EE11);