#e5ebaa
a light, vivid yellow · cool · closest name: khaki
RGB
229, 235, 170
HSL
66°, 62%, 79%
CMYK
3, 0, 28, 8
Luminance
0.7898
Every format
| HEX | #e5ebaa |
| RGB | rgb(229, 235, 170) |
| HSL | hsl(66, 62%, 79%) |
| CMYK | cmyk(3%, 0%, 28%, 8%) |
| LAB | lab(91.2 -12.2 31.0) |
| LCH | lch(91.2 33.3 111.5) |
| OKLCH | oklch(0.920 0.084 112.3) |
Copy-ready code
/* CSS */
color: #e5ebaa;
background-color: #e5ebaa;
/* Tailwind (arbitrary) */
class="text-[#e5ebaa] bg-[#e5ebaa]"
/* SCSS */
$brand: #e5ebaa;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#e5ebaa")Accessibility — WCAG contrast
Aa
#e5ebaa on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ebaa on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.2%
Blue66.7%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#e5ebaa text on a black background
contrast 16.80:1
Card sample
#e5ebaa text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ebaa;
Background color
Panel with #e5ebaa background
background-color: #e5ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ebaa; background: linear-gradient(135deg, #e5ebaa, #BAEBAA);