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