#eee4ab
a light, vivid yellow · cool · closest name: khaki
RGB
238, 228, 171
HSL
51°, 66%, 80%
CMYK
0, 4, 28, 7
Luminance
0.7660
Every format
| HEX | #eee4ab |
| RGB | rgb(238, 228, 171) |
| HSL | hsl(51, 66%, 80%) |
| CMYK | cmyk(0%, 4%, 28%, 7%) |
| LAB | lab(90.1 -5.2 29.1) |
| LCH | lch(90.1 29.6 100.1) |
| OKLCH | oklch(0.913 0.074 99.3) |
Copy-ready code
/* CSS */
color: #eee4ab;
background-color: #eee4ab;
/* Tailwind (arbitrary) */
class="text-[#eee4ab] bg-[#eee4ab]"
/* SCSS */
$brand: #eee4ab;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.671)
/* Android */
Color.parseColor("#eee4ab")Accessibility — WCAG contrast
Aa
#eee4ab on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4ab on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow28.2%
Key (black)6.7%
Color previews
#eee4ab text on a black background
contrast 16.32:1
Card sample
#eee4ab text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4ab;
Background color
Panel with #eee4ab background
background-color: #eee4ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4ab; background: linear-gradient(135deg, #eee4ab, #CBEEAB);