#ebda8b
a light, vivid yellow · cool · closest name: khaki
RGB
235, 218, 139
HSL
49°, 71%, 73%
CMYK
0, 7, 41, 8
Luminance
0.6967
Every format
| HEX | #ebda8b |
| RGB | rgb(235, 218, 139) |
| HSL | hsl(49, 71%, 73%) |
| CMYK | cmyk(0%, 7%, 41%, 8%) |
| LAB | lab(86.8 -5.0 41.0) |
| LCH | lch(86.8 41.3 97.0) |
| OKLCH | oklch(0.885 0.101 97.5) |
Copy-ready code
/* CSS */
color: #ebda8b;
background-color: #ebda8b;
/* Tailwind (arbitrary) */
class="text-[#ebda8b] bg-[#ebda8b]"
/* SCSS */
$brand: #ebda8b;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.545)
/* Android */
Color.parseColor("#ebda8b")Accessibility — WCAG contrast
Aa
#ebda8b on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda8b on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow40.9%
Key (black)7.8%
Color previews
#ebda8b text on a black background
contrast 14.93:1
Card sample
#ebda8b text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda8b;
Background color
Panel with #ebda8b background
background-color: #ebda8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda8b; background: linear-gradient(135deg, #ebda8b, #BCEB8B);