#eee78c
a light, vivid yellow · cool · “khaki”
RGB
238, 231, 140
HSL
56°, 74%, 74%
CMYK
0, 3, 41, 7
Luminance
0.7722
Every format
| HEX | #eee78c |
| RGB | rgb(238, 231, 140) |
| HSL | hsl(56, 74%, 74%) |
| CMYK | cmyk(0%, 3%, 41%, 7%) |
| LAB | lab(90.4 -10.3 45.1) |
| LCH | lch(90.4 46.2 102.9) |
| OKLCH | oklch(0.914 0.113 104.6) |
Copy-ready code
/* CSS */
color: #eee78c;
background-color: #eee78c;
/* Tailwind (arbitrary) */
class="text-[#eee78c] bg-[#eee78c]"
/* SCSS */
$brand: #eee78c;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.549)
/* Android */
Color.parseColor("#eee78c")Accessibility — WCAG contrast
Aa
#eee78c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee78c on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow41.2%
Key (black)6.7%
Color previews
#eee78c text on a black background
contrast 16.44:1
Card sample
#eee78c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee78c;
Background color
Panel with #eee78c background
background-color: #eee78c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee78c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee78c; background: linear-gradient(135deg, #eee78c, #B4EE8C);