#e2ecad
a light, vivid yellow · cool · closest name: khaki
RGB
226, 236, 173
HSL
70°, 62%, 80%
CMYK
4, 0, 27, 8
Luminance
0.7918
Every format
| HEX | #e2ecad |
| RGB | rgb(226, 236, 173) |
| HSL | hsl(70, 62%, 80%) |
| CMYK | cmyk(4%, 0%, 27%, 8%) |
| LAB | lab(91.3 -13.4 29.5) |
| LCH | lch(91.3 32.4 114.4) |
| OKLCH | oklch(0.920 0.082 115.4) |
Copy-ready code
/* CSS */
color: #e2ecad;
background-color: #e2ecad;
/* Tailwind (arbitrary) */
class="text-[#e2ecad] bg-[#e2ecad]"
/* SCSS */
$brand: #e2ecad;
/* SwiftUI */
Color(red: 0.886, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#e2ecad")Accessibility — WCAG contrast
Aa
#e2ecad on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ecad on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.5%
Blue67.8%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#e2ecad text on a black background
contrast 16.84:1
Card sample
#e2ecad text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ecad;
Background color
Panel with #e2ecad background
background-color: #e2ecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ecad; background: linear-gradient(135deg, #e2ecad, #B8ECAD);