#eee57c
a light, electric yellow · cool · closest name: khaki
RGB
238, 229, 124
HSL
55°, 77%, 71%
CMYK
0, 4, 48, 7
Luminance
0.7567
Every format
| HEX | #eee57c |
| RGB | rgb(238, 229, 124) |
| HSL | hsl(55, 77%, 71%) |
| CMYK | cmyk(0%, 4%, 48%, 7%) |
| LAB | lab(89.7 -10.8 51.9) |
| LCH | lch(89.7 53.0 101.8) |
| OKLCH | oklch(0.907 0.128 104.3) |
Copy-ready code
/* CSS */
color: #eee57c;
background-color: #eee57c;
/* Tailwind (arbitrary) */
class="text-[#eee57c] bg-[#eee57c]"
/* SCSS */
$brand: #eee57c;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.486)
/* Android */
Color.parseColor("#eee57c")Accessibility — WCAG contrast
Aa
#eee57c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee57c on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow47.9%
Key (black)6.7%
Color previews
#eee57c text on a black background
contrast 16.13:1
Card sample
#eee57c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee57c;
Background color
Panel with #eee57c background
background-color: #eee57c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee57c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee57c; background: linear-gradient(135deg, #eee57c, #ABEE7C);