#ebbe21
a balanced, electric yellow · cool · closest name: gold
RGB
235, 190, 33
HSL
47°, 84%, 53%
CMYK
0, 19, 86, 8
Luminance
0.5460
Every format
| HEX | #ebbe21 |
| RGB | rgb(235, 190, 33) |
| HSL | hsl(47, 84%, 53%) |
| CMYK | cmyk(0%, 19%, 86%, 8%) |
| LAB | lab(78.8 2.8 75.7) |
| LCH | lch(78.8 75.8 87.9) |
| OKLCH | oklch(0.818 0.161 90.6) |
Copy-ready code
/* CSS */
color: #ebbe21;
background-color: #ebbe21;
/* Tailwind (arbitrary) */
class="text-[#ebbe21] bg-[#ebbe21]"
/* SCSS */
$brand: #ebbe21;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#ebbe21")Accessibility — WCAG contrast
Aa
#ebbe21 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbe21 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow86.0%
Key (black)7.8%
Color previews
#ebbe21 text on a black background
contrast 11.92:1
Card sample
#ebbe21 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbe21;
Background color
Panel with #ebbe21 background
background-color: #ebbe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbe21; background: linear-gradient(135deg, #ebbe21, #91EB21);