#e5eb7a
a light, vivid yellow · cool · closest name: khaki
RGB
229, 235, 122
HSL
63°, 74%, 70%
CMYK
3, 0, 48, 8
Luminance
0.7748
Every format
| HEX | #e5eb7a |
| RGB | rgb(229, 235, 122) |
| HSL | hsl(63, 74%, 70%) |
| CMYK | cmyk(3%, 0%, 48%, 8%) |
| LAB | lab(90.5 -17.5 53.7) |
| LCH | lch(90.5 56.5 108.1) |
| OKLCH | oklch(0.912 0.137 111.5) |
Copy-ready code
/* CSS */
color: #e5eb7a;
background-color: #e5eb7a;
/* Tailwind (arbitrary) */
class="text-[#e5eb7a] bg-[#e5eb7a]"
/* SCSS */
$brand: #e5eb7a;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 0.478)
/* Android */
Color.parseColor("#e5eb7a")Accessibility — WCAG contrast
Aa
#e5eb7a on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5eb7a on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.2%
Blue47.8%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow48.1%
Key (black)7.8%
Color previews
#e5eb7a text on a black background
contrast 16.50:1
Card sample
#e5eb7a text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5eb7a;
Background color
Panel with #e5eb7a background
background-color: #e5eb7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5eb7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 235, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5eb7a; background: linear-gradient(135deg, #e5eb7a, #9AEB7A);