#e4df7c
a light, vivid yellow · cool · closest name: khaki
RGB
228, 223, 124
HSL
57°, 66%, 69%
CMYK
0, 2, 46, 11
Luminance
0.7072
Every format
| HEX | #e4df7c |
| RGB | rgb(228, 223, 124) |
| HSL | hsl(57, 66%, 69%) |
| CMYK | cmyk(0%, 2%, 46%, 11%) |
| LAB | lab(87.3 -11.8 48.9) |
| LCH | lch(87.3 50.3 103.6) |
| OKLCH | oklch(0.887 0.122 106.1) |
Copy-ready code
/* CSS */
color: #e4df7c;
background-color: #e4df7c;
/* Tailwind (arbitrary) */
class="text-[#e4df7c] bg-[#e4df7c]"
/* SCSS */
$brand: #e4df7c;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#e4df7c")Accessibility — WCAG contrast
Aa
#e4df7c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4df7c on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow45.6%
Key (black)10.6%
Color previews
#e4df7c text on a black background
contrast 15.14:1
Card sample
#e4df7c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4df7c;
Background color
Panel with #e4df7c background
background-color: #e4df7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4df7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4df7c; background: linear-gradient(135deg, #e4df7c, #A4E47C);