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