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