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