#ebda9b
a light, vivid yellow · cool · closest name: khaki
RGB
235, 218, 155
HSL
47°, 67%, 77%
CMYK
0, 7, 34, 8
Luminance
0.7017
Every format
| HEX | #ebda9b |
| RGB | rgb(235, 218, 155) |
| HSL | hsl(47, 67%, 77%) |
| CMYK | cmyk(0%, 7%, 34%, 8%) |
| LAB | lab(87.1 -3.2 33.2) |
| LCH | lch(87.1 33.3 95.6) |
| OKLCH | oklch(0.887 0.083 94.8) |
Copy-ready code
/* CSS */
color: #ebda9b;
background-color: #ebda9b;
/* Tailwind (arbitrary) */
class="text-[#ebda9b] bg-[#ebda9b]"
/* SCSS */
$brand: #ebda9b;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.608)
/* Android */
Color.parseColor("#ebda9b")Accessibility — WCAG contrast
Aa
#ebda9b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda9b on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow34.0%
Key (black)7.8%
Color previews
#ebda9b text on a black background
contrast 15.03:1
Card sample
#ebda9b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda9b;
Background color
Panel with #ebda9b background
background-color: #ebda9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda9b; background: linear-gradient(135deg, #ebda9b, #C7EB9B);