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