#eee76c
a light, electric yellow · cool · closest name: khaki
RGB
238, 231, 108
HSL
57°, 79%, 68%
CMYK
0, 3, 55, 7
Luminance
0.7641
Every format
| HEX | #eee76c |
| RGB | rgb(238, 231, 108) |
| HSL | hsl(57, 79%, 68%) |
| CMYK | cmyk(0%, 3%, 55%, 7%) |
| LAB | lab(90.0 -13.1 59.7) |
| LCH | lch(90.0 61.1 102.4) |
| OKLCH | oklch(0.910 0.144 105.9) |
Copy-ready code
/* CSS */
color: #eee76c;
background-color: #eee76c;
/* Tailwind (arbitrary) */
class="text-[#eee76c] bg-[#eee76c]"
/* SCSS */
$brand: #eee76c;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.424)
/* Android */
Color.parseColor("#eee76c")Accessibility — WCAG contrast
Aa
#eee76c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee76c on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow54.6%
Key (black)6.7%
Color previews
#eee76c text on a black background
contrast 16.28:1
Card sample
#eee76c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee76c;
Background color
Panel with #eee76c background
background-color: #eee76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee76c; background: linear-gradient(135deg, #eee76c, #9EEE6C);