#e9da8a
a light, vivid yellow · cool · closest name: khaki
RGB
233, 218, 138
HSL
51°, 68%, 73%
CMYK
0, 6, 41, 9
Luminance
0.6930
Every format
| HEX | #e9da8a |
| RGB | rgb(233, 218, 138) |
| HSL | hsl(51, 68%, 73%) |
| CMYK | cmyk(0%, 6%, 41%, 9%) |
| LAB | lab(86.7 -5.9 41.2) |
| LCH | lch(86.7 41.6 98.2) |
| OKLCH | oklch(0.883 0.102 98.9) |
Copy-ready code
/* CSS */
color: #e9da8a;
background-color: #e9da8a;
/* Tailwind (arbitrary) */
class="text-[#e9da8a] bg-[#e9da8a]"
/* SCSS */
$brand: #e9da8a;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.541)
/* Android */
Color.parseColor("#e9da8a")Accessibility — WCAG contrast
Aa
#e9da8a on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9da8a on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow40.8%
Key (black)8.6%
Color previews
#e9da8a text on a black background
contrast 14.86:1
Card sample
#e9da8a text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9da8a;
Background color
Panel with #e9da8a background
background-color: #e9da8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9da8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9da8a; background: linear-gradient(135deg, #e9da8a, #B9E98A);