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