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