#e4d577
a light, vivid yellow · cool · closest name: khaki
RGB
228, 213, 119
HSL
52°, 67%, 68%
CMYK
0, 7, 48, 11
Luminance
0.6541
Every format
| HEX | #e4d577 |
| RGB | rgb(228, 213, 119) |
| HSL | hsl(52, 67%, 68%) |
| CMYK | cmyk(0%, 7%, 48%, 11%) |
| LAB | lab(84.7 -7.2 48.0) |
| LCH | lch(84.7 48.6 98.6) |
| OKLCH | oklch(0.866 0.117 100.4) |
Copy-ready code
/* CSS */
color: #e4d577;
background-color: #e4d577;
/* Tailwind (arbitrary) */
class="text-[#e4d577] bg-[#e4d577]"
/* SCSS */
$brand: #e4d577;
/* SwiftUI */
Color(red: 0.894, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#e4d577")Accessibility — WCAG contrast
Aa
#e4d577 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4d577 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green83.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow47.8%
Key (black)10.6%
Color previews
#e4d577 text on a black background
contrast 14.08:1
Card sample
#e4d577 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4d577;
Background color
Panel with #e4d577 background
background-color: #e4d577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4d577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4d577; background: linear-gradient(135deg, #e4d577, #AAE477);