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