#e5df9b
a light, vivid yellow · cool · closest name: khaki
RGB
229, 223, 155
HSL
55°, 59%, 75%
CMYK
0, 3, 32, 10
Luminance
0.7180
Every format
| HEX | #e5df9b |
| RGB | rgb(229, 223, 155) |
| HSL | hsl(55, 59%, 75%) |
| CMYK | cmyk(0%, 3%, 32%, 10%) |
| LAB | lab(87.9 -8.1 34.1) |
| LCH | lch(87.9 35.1 103.3) |
| OKLCH | oklch(0.893 0.087 103.7) |
Copy-ready code
/* CSS */
color: #e5df9b;
background-color: #e5df9b;
/* Tailwind (arbitrary) */
class="text-[#e5df9b] bg-[#e5df9b]"
/* SCSS */
$brand: #e5df9b;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.608)
/* Android */
Color.parseColor("#e5df9b")Accessibility — WCAG contrast
Aa
#e5df9b on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5df9b on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow32.3%
Key (black)10.2%
Color previews
#e5df9b text on a black background
contrast 15.36:1
Card sample
#e5df9b text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5df9b;
Background color
Panel with #e5df9b background
background-color: #e5df9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5df9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5df9b; background: linear-gradient(135deg, #e5df9b, #BAE59B);