#e0eb7a
a light, vivid yellow · cool · closest name: khaki
RGB
224, 235, 122
HSL
66°, 74%, 70%
CMYK
5, 0, 48, 8
Luminance
0.7667
Every format
| HEX | #e0eb7a |
| RGB | rgb(224, 235, 122) |
| HSL | hsl(66, 74%, 70%) |
| CMYK | cmyk(5%, 0%, 48%, 8%) |
| LAB | lab(90.2 -19.5 53.1) |
| LCH | lch(90.2 56.6 110.1) |
| OKLCH | oklch(0.908 0.138 113.7) |
Copy-ready code
/* CSS */
color: #e0eb7a;
background-color: #e0eb7a;
/* Tailwind (arbitrary) */
class="text-[#e0eb7a] bg-[#e0eb7a]"
/* SCSS */
$brand: #e0eb7a;
/* SwiftUI */
Color(red: 0.878, green: 0.922, blue: 0.478)
/* Android */
Color.parseColor("#e0eb7a")Accessibility — WCAG contrast
Aa
#e0eb7a on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0eb7a on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green92.2%
Blue47.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow48.1%
Key (black)7.8%
Color previews
#e0eb7a text on a black background
contrast 16.33:1
Card sample
#e0eb7a text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0eb7a;
Background color
Panel with #e0eb7a background
background-color: #e0eb7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0eb7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 235, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 235, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0eb7a; background: linear-gradient(135deg, #e0eb7a, #95EB7A);