#eeeaaf
a light, vivid yellow · cool · closest name: khaki
RGB
238, 234, 175
HSL
56°, 65%, 81%
CMYK
0, 2, 27, 7
Luminance
0.8012
Every format
| HEX | #eeeaaf |
| RGB | rgb(238, 234, 175) |
| HSL | hsl(56, 65%, 81%) |
| CMYK | cmyk(0%, 2%, 27%, 7%) |
| LAB | lab(91.7 -7.7 29.2) |
| LCH | lch(91.7 30.2 104.8) |
| OKLCH | oklch(0.926 0.076 104.5) |
Copy-ready code
/* CSS */
color: #eeeaaf;
background-color: #eeeaaf;
/* Tailwind (arbitrary) */
class="text-[#eeeaaf] bg-[#eeeaaf]"
/* SCSS */
$brand: #eeeaaf;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.686)
/* Android */
Color.parseColor("#eeeaaf")Accessibility — WCAG contrast
Aa
#eeeaaf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaaf on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow26.5%
Key (black)6.7%
Color previews
#eeeaaf text on a black background
contrast 17.02:1
Card sample
#eeeaaf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaaf;
Background color
Panel with #eeeaaf background
background-color: #eeeaaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaaf; background: linear-gradient(135deg, #eeeaaf, #C8EEAF);