#eebd21
a balanced, electric yellow · cool · closest name: gold
RGB
238, 189, 33
HSL
46°, 86%, 53%
CMYK
0, 21, 86, 7
Luminance
0.5468
Every format
| HEX | #eebd21 |
| RGB | rgb(238, 189, 33) |
| HSL | hsl(46, 86%, 53%) |
| CMYK | cmyk(0%, 21%, 86%, 7%) |
| LAB | lab(78.9 4.6 75.9) |
| LCH | lch(78.9 76.0 86.6) |
| OKLCH | oklch(0.820 0.161 88.8) |
Copy-ready code
/* CSS */
color: #eebd21;
background-color: #eebd21;
/* Tailwind (arbitrary) */
class="text-[#eebd21] bg-[#eebd21]"
/* SCSS */
$brand: #eebd21;
/* SwiftUI */
Color(red: 0.933, green: 0.741, blue: 0.129)
/* Android */
Color.parseColor("#eebd21")Accessibility — WCAG contrast
Aa
#eebd21 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebd21 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow86.1%
Key (black)6.7%
Color previews
#eebd21 text on a black background
contrast 11.94:1
Card sample
#eebd21 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebd21;
Background color
Panel with #eebd21 background
background-color: #eebd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 189, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 189, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebd21; background: linear-gradient(135deg, #eebd21, #96EE21);