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