#e9d385
a light, vivid yellow · cool · closest name: khaki
RGB
233, 211, 133
HSL
47°, 69%, 72%
CMYK
0, 9, 43, 9
Luminance
0.6561
Every format
| HEX | #e9d385 |
| RGB | rgb(233, 211, 133) |
| HSL | hsl(47, 69%, 72%) |
| CMYK | cmyk(0%, 9%, 43%, 9%) |
| LAB | lab(84.8 -2.9 41.3) |
| LCH | lch(84.8 41.4 94.0) |
| OKLCH | oklch(0.868 0.101 94.2) |
Copy-ready code
/* CSS */
color: #e9d385;
background-color: #e9d385;
/* Tailwind (arbitrary) */
class="text-[#e9d385] bg-[#e9d385]"
/* SCSS */
$brand: #e9d385;
/* SwiftUI */
Color(red: 0.914, green: 0.827, blue: 0.522)
/* Android */
Color.parseColor("#e9d385")Accessibility — WCAG contrast
Aa
#e9d385 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9d385 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green82.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow42.9%
Key (black)8.6%
Color previews
#e9d385 text on a black background
contrast 14.12:1
Card sample
#e9d385 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9d385;
Background color
Panel with #e9d385 background
background-color: #e9d385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9d385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 211, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 211, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9d385; background: linear-gradient(135deg, #e9d385, #BCE985);