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