#eeb511
a balanced, electric yellow · warm · closest name: orange
RGB
238, 181, 17
HSL
45°, 87%, 50%
CMYK
0, 24, 93, 7
Luminance
0.5127
Every format
| HEX | #eeb511 |
| RGB | rgb(238, 181, 17) |
| HSL | hsl(45, 87%, 50%) |
| CMYK | cmyk(0%, 24%, 93%, 7%) |
| LAB | lab(76.8 8.5 77.4) |
| LCH | lch(76.8 77.8 83.8) |
| OKLCH | oklch(0.803 0.162 85.2) |
Copy-ready code
/* CSS */
color: #eeb511;
background-color: #eeb511;
/* Tailwind (arbitrary) */
class="text-[#eeb511] bg-[#eeb511]"
/* SCSS */
$brand: #eeb511;
/* SwiftUI */
Color(red: 0.933, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#eeb511")Accessibility — WCAG contrast
Aa
#eeb511 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb511 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green71.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow92.9%
Key (black)6.7%
Color previews
#eeb511 text on a black background
contrast 11.25:1
Card sample
#eeb511 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb511;
Background color
Panel with #eeb511 background
background-color: #eeb511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb511; background: linear-gradient(135deg, #eeb511, #94EE11);