#e9da6a
a light, vivid yellow · cool · closest name: khaki
RGB
233, 218, 106
HSL
53°, 74%, 67%
CMYK
0, 6, 55, 9
Luminance
0.6851
Every format
| HEX | #e9da6a |
| RGB | rgb(233, 218, 106) |
| HSL | hsl(53, 74%, 67%) |
| CMYK | cmyk(0%, 6%, 55%, 9%) |
| LAB | lab(86.3 -8.8 56.1) |
| LCH | lch(86.3 56.8 98.9) |
| OKLCH | oklch(0.878 0.134 101.8) |
Copy-ready code
/* CSS */
color: #e9da6a;
background-color: #e9da6a;
/* Tailwind (arbitrary) */
class="text-[#e9da6a] bg-[#e9da6a]"
/* SCSS */
$brand: #e9da6a;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.416)
/* Android */
Color.parseColor("#e9da6a")Accessibility — WCAG contrast
Aa
#e9da6a on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9da6a on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow54.5%
Key (black)8.6%
Color previews
#e9da6a text on a black background
contrast 14.70:1
Card sample
#e9da6a text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9da6a;
Background color
Panel with #e9da6a background
background-color: #e9da6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9da6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9da6a; background: linear-gradient(135deg, #e9da6a, #A3E96A);