#ebda79
a light, vivid yellow · cool · closest name: khaki
RGB
235, 218, 121
HSL
51°, 74%, 70%
CMYK
0, 7, 49, 8
Luminance
0.6919
Every format
| HEX | #ebda79 |
| RGB | rgb(235, 218, 121) |
| HSL | hsl(51, 74%, 70%) |
| CMYK | cmyk(0%, 7%, 49%, 8%) |
| LAB | lab(86.6 -6.8 49.5) |
| LCH | lch(86.6 50.0 97.8) |
| OKLCH | oklch(0.882 0.120 99.6) |
Copy-ready code
/* CSS */
color: #ebda79;
background-color: #ebda79;
/* Tailwind (arbitrary) */
class="text-[#ebda79] bg-[#ebda79]"
/* SCSS */
$brand: #ebda79;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.475)
/* Android */
Color.parseColor("#ebda79")Accessibility — WCAG contrast
Aa
#ebda79 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda79 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow48.5%
Key (black)7.8%
Color previews
#ebda79 text on a black background
contrast 14.84:1
Card sample
#ebda79 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda79;
Background color
Panel with #ebda79 background
background-color: #ebda79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda79; background: linear-gradient(135deg, #ebda79, #B0EB79);