#eee964
a light, electric yellow · cool · closest name: khaki
RGB
238, 233, 100
HSL
58°, 80%, 66%
CMYK
0, 2, 58, 7
Luminance
0.7738
Every format
| HEX | #eee964 |
| RGB | rgb(238, 233, 100) |
| HSL | hsl(58, 80%, 66%) |
| CMYK | cmyk(0%, 2%, 58%, 7%) |
| LAB | lab(90.5 -14.7 63.7) |
| LCH | lch(90.5 65.3 103.0) |
| OKLCH | oklch(0.913 0.153 107.1) |
Copy-ready code
/* CSS */
color: #eee964;
background-color: #eee964;
/* Tailwind (arbitrary) */
class="text-[#eee964] bg-[#eee964]"
/* SCSS */
$brand: #eee964;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.392)
/* Android */
Color.parseColor("#eee964")Accessibility — WCAG contrast
Aa
#eee964 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee964 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow58.0%
Key (black)6.7%
Color previews
#eee964 text on a black background
contrast 16.48:1
Card sample
#eee964 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee964;
Background color
Panel with #eee964 background
background-color: #eee964;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee964;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee964; background: linear-gradient(135deg, #eee964, #97EE64);