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