#eee564
a light, electric yellow · cool · closest name: khaki
RGB
238, 229, 100
HSL
56°, 80%, 66%
CMYK
0, 4, 58, 7
Luminance
0.7514
Every format
| HEX | #eee564 |
| RGB | rgb(238, 229, 100) |
| HSL | hsl(56, 80%, 66%) |
| CMYK | cmyk(0%, 4%, 58%, 7%) |
| LAB | lab(89.5 -12.7 62.5) |
| LCH | lch(89.5 63.8 101.5) |
| OKLCH | oklch(0.905 0.149 105.3) |
Copy-ready code
/* CSS */
color: #eee564;
background-color: #eee564;
/* Tailwind (arbitrary) */
class="text-[#eee564] bg-[#eee564]"
/* SCSS */
$brand: #eee564;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.392)
/* Android */
Color.parseColor("#eee564")Accessibility — WCAG contrast
Aa
#eee564 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee564 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow58.0%
Key (black)6.7%
Color previews
#eee564 text on a black background
contrast 16.03:1
Card sample
#eee564 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee564;
Background color
Panel with #eee564 background
background-color: #eee564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee564; background: linear-gradient(135deg, #eee564, #9BEE64);