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