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