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