#ebbe49
a balanced, electric yellow · warm · closest name: khaki
RGB
235, 190, 73
HSL
43°, 80%, 60%
CMYK
0, 19, 69, 8
Luminance
0.5497
Every format
| HEX | #ebbe49 |
| RGB | rgb(235, 190, 73) |
| HSL | hsl(43, 80%, 60%) |
| CMYK | cmyk(0%, 19%, 69%, 8%) |
| LAB | lab(79.0 4.2 62.7) |
| LCH | lch(79.0 62.9 86.2) |
| OKLCH | oklch(0.821 0.141 87.4) |
Copy-ready code
/* CSS */
color: #ebbe49;
background-color: #ebbe49;
/* Tailwind (arbitrary) */
class="text-[#ebbe49] bg-[#ebbe49]"
/* SCSS */
$brand: #ebbe49;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.286)
/* Android */
Color.parseColor("#ebbe49")Accessibility — WCAG contrast
Aa
#ebbe49 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbe49 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow68.9%
Key (black)7.8%
Color previews
#ebbe49 text on a black background
contrast 11.99:1
Card sample
#ebbe49 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbe49;
Background color
Panel with #ebbe49 background
background-color: #ebbe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbe49; background: linear-gradient(135deg, #ebbe49, #ACEB49);