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