#eee69c
a light, vivid yellow · cool · closest name: khaki
RGB
238, 230, 156
HSL
54°, 71%, 77%
CMYK
0, 3, 35, 7
Luminance
0.7717
Every format
| HEX | #eee69c |
| RGB | rgb(238, 230, 156) |
| HSL | hsl(54, 71%, 77%) |
| CMYK | cmyk(0%, 3%, 35%, 7%) |
| LAB | lab(90.4 -8.0 37.1) |
| LCH | lch(90.4 37.9 102.2) |
| OKLCH | oklch(0.914 0.094 102.8) |
Copy-ready code
/* CSS */
color: #eee69c;
background-color: #eee69c;
/* Tailwind (arbitrary) */
class="text-[#eee69c] bg-[#eee69c]"
/* SCSS */
$brand: #eee69c;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.612)
/* Android */
Color.parseColor("#eee69c")Accessibility — WCAG contrast
Aa
#eee69c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee69c on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow34.5%
Key (black)6.7%
Color previews
#eee69c text on a black background
contrast 16.43:1
Card sample
#eee69c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee69c;
Background color
Panel with #eee69c background
background-color: #eee69c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee69c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee69c; background: linear-gradient(135deg, #eee69c, #C0EE9C);