#eee79a
a light, vivid yellow · cool · closest name: khaki
RGB
238, 231, 154
HSL
55°, 71%, 77%
CMYK
0, 3, 35, 7
Luminance
0.7766
Every format
| HEX | #eee79a |
| RGB | rgb(238, 231, 154) |
| HSL | hsl(55, 71%, 77%) |
| CMYK | cmyk(0%, 3%, 35%, 7%) |
| LAB | lab(90.6 -8.8 38.4) |
| LCH | lch(90.6 39.4 102.9) |
| OKLCH | oklch(0.916 0.097 103.7) |
Copy-ready code
/* CSS */
color: #eee79a;
background-color: #eee79a;
/* Tailwind (arbitrary) */
class="text-[#eee79a] bg-[#eee79a]"
/* SCSS */
$brand: #eee79a;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.604)
/* Android */
Color.parseColor("#eee79a")Accessibility — WCAG contrast
Aa
#eee79a on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee79a on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow35.3%
Key (black)6.7%
Color previews
#eee79a text on a black background
contrast 16.53:1
Card sample
#eee79a text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee79a;
Background color
Panel with #eee79a background
background-color: #eee79a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee79a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee79a; background: linear-gradient(135deg, #eee79a, #BDEE9A);