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