#eee69f
a light, vivid yellow · cool · closest name: khaki
RGB
238, 230, 159
HSL
54°, 70%, 78%
CMYK
0, 3, 33, 7
Luminance
0.7727
Every format
| HEX | #eee69f |
| RGB | rgb(238, 230, 159) |
| HSL | hsl(54, 70%, 78%) |
| CMYK | cmyk(0%, 3%, 33%, 7%) |
| LAB | lab(90.5 -7.7 35.6) |
| LCH | lch(90.5 36.5 102.2) |
| OKLCH | oklch(0.915 0.091 102.5) |
Copy-ready code
/* CSS */
color: #eee69f;
background-color: #eee69f;
/* Tailwind (arbitrary) */
class="text-[#eee69f] bg-[#eee69f]"
/* SCSS */
$brand: #eee69f;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.624)
/* Android */
Color.parseColor("#eee69f")Accessibility — WCAG contrast
Aa
#eee69f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee69f on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow33.2%
Key (black)6.7%
Color previews
#eee69f text on a black background
contrast 16.45:1
Card sample
#eee69f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee69f;
Background color
Panel with #eee69f background
background-color: #eee69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee69f; background: linear-gradient(135deg, #eee69f, #C1EE9F);