#ebbe2c
a balanced, electric yellow · cool · closest name: gold
RGB
235, 190, 44
HSL
46°, 83%, 55%
CMYK
0, 19, 81, 8
Luminance
0.5467
Every format
| HEX | #ebbe2c |
| RGB | rgb(235, 190, 44) |
| HSL | hsl(46, 83%, 55%) |
| CMYK | cmyk(0%, 19%, 81%, 8%) |
| LAB | lab(78.8 3.0 72.9) |
| LCH | lch(78.8 73.0 87.6) |
| OKLCH | oklch(0.819 0.157 90.0) |
Copy-ready code
/* CSS */
color: #ebbe2c;
background-color: #ebbe2c;
/* Tailwind (arbitrary) */
class="text-[#ebbe2c] bg-[#ebbe2c]"
/* SCSS */
$brand: #ebbe2c;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.173)
/* Android */
Color.parseColor("#ebbe2c")Accessibility — WCAG contrast
Aa
#ebbe2c on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbe2c on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow81.3%
Key (black)7.8%
Color previews
#ebbe2c text on a black background
contrast 11.93:1
Card sample
#ebbe2c text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbe2c;
Background color
Panel with #ebbe2c background
background-color: #ebbe2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbe2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbe2c; background: linear-gradient(135deg, #ebbe2c, #99EB2C);