#ebba4f
a balanced, electric yellow · warm · closest name: khaki
RGB
235, 186, 79
HSL
41°, 80%, 62%
CMYK
0, 21, 66, 8
Luminance
0.5334
Every format
| HEX | #ebba4f |
| RGB | rgb(235, 186, 79) |
| HSL | hsl(41, 80%, 62%) |
| CMYK | cmyk(0%, 21%, 66%, 8%) |
| LAB | lab(78.1 6.6 59.2) |
| LCH | lch(78.1 59.5 83.6) |
| OKLCH | oklch(0.814 0.135 84.0) |
Copy-ready code
/* CSS */
color: #ebba4f;
background-color: #ebba4f;
/* Tailwind (arbitrary) */
class="text-[#ebba4f] bg-[#ebba4f]"
/* SCSS */
$brand: #ebba4f;
/* SwiftUI */
Color(red: 0.922, green: 0.729, blue: 0.310)
/* Android */
Color.parseColor("#ebba4f")Accessibility — WCAG contrast
Aa
#ebba4f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebba4f on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green72.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow66.4%
Key (black)7.8%
Color previews
#ebba4f text on a black background
contrast 11.67:1
Card sample
#ebba4f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebba4f;
Background color
Panel with #ebba4f background
background-color: #ebba4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebba4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 186, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 186, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebba4f; background: linear-gradient(135deg, #ebba4f, #B4EB4F);