#e2e788
a light, vivid yellow · cool · closest name: khaki
RGB
226, 231, 136
HSL
63°, 66%, 72%
CMYK
2, 0, 41, 9
Luminance
0.7510
Every format
| HEX | #e2e788 |
| RGB | rgb(226, 231, 136) |
| HSL | hsl(63, 66%, 72%) |
| CMYK | cmyk(2%, 0%, 41%, 9%) |
| LAB | lab(89.4 -15.4 45.6) |
| LCH | lch(89.4 48.1 108.6) |
| OKLCH | oklch(0.904 0.118 111.2) |
Copy-ready code
/* CSS */
color: #e2e788;
background-color: #e2e788;
/* Tailwind (arbitrary) */
class="text-[#e2e788] bg-[#e2e788]"
/* SCSS */
$brand: #e2e788;
/* SwiftUI */
Color(red: 0.886, green: 0.906, blue: 0.533)
/* Android */
Color.parseColor("#e2e788")Accessibility — WCAG contrast
Aa
#e2e788 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e788 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green90.6%
Blue53.3%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow41.1%
Key (black)9.4%
Color previews
#e2e788 text on a black background
contrast 16.02:1
Card sample
#e2e788 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e788;
Background color
Panel with #e2e788 background
background-color: #e2e788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 231, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 231, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e788; background: linear-gradient(135deg, #e2e788, #A3E788);