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