#e4d96f
a light, vivid yellow · cool · closest name: khaki
RGB
228, 217, 111
HSL
54°, 68%, 67%
CMYK
0, 5, 51, 11
Luminance
0.6727
Every format
| HEX | #e4d96f |
| RGB | rgb(228, 217, 111) |
| HSL | hsl(54, 68%, 67%) |
| CMYK | cmyk(0%, 5%, 51%, 11%) |
| LAB | lab(85.6 -9.9 53.0) |
| LCH | lch(85.6 53.9 100.6) |
| OKLCH | oklch(0.873 0.128 103.4) |
Copy-ready code
/* CSS */
color: #e4d96f;
background-color: #e4d96f;
/* Tailwind (arbitrary) */
class="text-[#e4d96f] bg-[#e4d96f]"
/* SCSS */
$brand: #e4d96f;
/* SwiftUI */
Color(red: 0.894, green: 0.851, blue: 0.435)
/* Android */
Color.parseColor("#e4d96f")Accessibility — WCAG contrast
Aa
#e4d96f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4d96f on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green85.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow51.3%
Key (black)10.6%
Color previews
#e4d96f text on a black background
contrast 14.45:1
Card sample
#e4d96f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4d96f;
Background color
Panel with #e4d96f background
background-color: #e4d96f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4d96f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 217, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 217, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4d96f; background: linear-gradient(135deg, #e4d96f, #A1E46F);