#e5df80
a light, vivid yellow · cool · closest name: khaki
RGB
229, 223, 128
HSL
56°, 66%, 70%
CMYK
0, 3, 44, 10
Luminance
0.7099
Every format
| HEX | #e5df80 |
| RGB | rgb(229, 223, 128) |
| HSL | hsl(56, 66%, 70%) |
| CMYK | cmyk(0%, 3%, 44%, 10%) |
| LAB | lab(87.5 -11.0 47.1) |
| LCH | lch(87.5 48.4 103.2) |
| OKLCH | oklch(0.888 0.117 105.4) |
Copy-ready code
/* CSS */
color: #e5df80;
background-color: #e5df80;
/* Tailwind (arbitrary) */
class="text-[#e5df80] bg-[#e5df80]"
/* SCSS */
$brand: #e5df80;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.502)
/* Android */
Color.parseColor("#e5df80")Accessibility — WCAG contrast
Aa
#e5df80 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5df80 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow44.1%
Key (black)10.2%
Color previews
#e5df80 text on a black background
contrast 15.20:1
Card sample
#e5df80 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5df80;
Background color
Panel with #e5df80 background
background-color: #e5df80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5df80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5df80; background: linear-gradient(135deg, #e5df80, #A8E580);