#ebda5b
a balanced, electric yellow · cool · closest name: khaki
RGB
235, 218, 91
HSL
53°, 78%, 64%
CMYK
0, 7, 61, 8
Luminance
0.6856
Every format
| HEX | #ebda5b |
| RGB | rgb(235, 218, 91) |
| HSL | hsl(53, 78%, 64%) |
| CMYK | cmyk(0%, 7%, 61%, 8%) |
| LAB | lab(86.3 -9.1 62.9) |
| LCH | lch(86.3 63.5 98.2) |
| OKLCH | oklch(0.879 0.147 101.7) |
Copy-ready code
/* CSS */
color: #ebda5b;
background-color: #ebda5b;
/* Tailwind (arbitrary) */
class="text-[#ebda5b] bg-[#ebda5b]"
/* SCSS */
$brand: #ebda5b;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.357)
/* Android */
Color.parseColor("#ebda5b")Accessibility — WCAG contrast
Aa
#ebda5b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda5b on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow61.3%
Key (black)7.8%
Color previews
#ebda5b text on a black background
contrast 14.71:1
Card sample
#ebda5b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda5b;
Background color
Panel with #ebda5b background
background-color: #ebda5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda5b; background: linear-gradient(135deg, #ebda5b, #9CEB5B);