#e9e99e
a light, vivid yellow · cool · closest name: khaki
RGB
233, 233, 158
HSL
60°, 63%, 77%
CMYK
0, 0, 32, 9
Luminance
0.7807
Every format
| HEX | #e9e99e |
| RGB | rgb(233, 233, 158) |
| HSL | hsl(60, 63%, 77%) |
| CMYK | cmyk(0%, 0%, 32%, 9%) |
| LAB | lab(90.8 -11.2 36.5) |
| LCH | lch(90.8 38.2 107.1) |
| OKLCH | oklch(0.917 0.095 108.1) |
Copy-ready code
/* CSS */
color: #e9e99e;
background-color: #e9e99e;
/* Tailwind (arbitrary) */
class="text-[#e9e99e] bg-[#e9e99e]"
/* SCSS */
$brand: #e9e99e;
/* SwiftUI */
Color(red: 0.914, green: 0.914, blue: 0.620)
/* Android */
Color.parseColor("#e9e99e")Accessibility — WCAG contrast
Aa
#e9e99e on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9e99e on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green91.4%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow32.2%
Key (black)8.6%
Color previews
#e9e99e text on a black background
contrast 16.61:1
Card sample
#e9e99e text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9e99e;
Background color
Panel with #e9e99e background
background-color: #e9e99e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9e99e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 233, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 233, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9e99e; background: linear-gradient(135deg, #e9e99e, #B7E99E);