#e4ebad
a light, vivid yellow · cool · closest name: khaki
RGB
228, 235, 173
HSL
67°, 61%, 80%
CMYK
3, 0, 26, 8
Luminance
0.7893
Every format
| HEX | #e4ebad |
| RGB | rgb(228, 235, 173) |
| HSL | hsl(67, 61%, 80%) |
| CMYK | cmyk(3%, 0%, 26%, 8%) |
| LAB | lab(91.2 -12.2 29.4) |
| LCH | lch(91.2 31.8 112.5) |
| OKLCH | oklch(0.920 0.081 113.2) |
Copy-ready code
/* CSS */
color: #e4ebad;
background-color: #e4ebad;
/* Tailwind (arbitrary) */
class="text-[#e4ebad] bg-[#e4ebad]"
/* SCSS */
$brand: #e4ebad;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#e4ebad")Accessibility — WCAG contrast
Aa
#e4ebad on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebad on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue67.8%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#e4ebad text on a black background
contrast 16.79:1
Card sample
#e4ebad text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebad;
Background color
Panel with #e4ebad background
background-color: #e4ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebad; background: linear-gradient(135deg, #e4ebad, #BBEBAD);