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