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