#eeddaa
a light, vivid yellow · cool · closest name: tan
RGB
238, 221, 170
HSL
45°, 67%, 80%
CMYK
0, 7, 29, 7
Luminance
0.7279
Every format
| HEX | #eeddaa |
| RGB | rgb(238, 221, 170) |
| HSL | hsl(45, 67%, 80%) |
| CMYK | cmyk(0%, 7%, 29%, 7%) |
| LAB | lab(88.3 -1.8 27.2) |
| LCH | lch(88.3 27.3 93.7) |
| OKLCH | oklch(0.899 0.069 91.8) |
Copy-ready code
/* CSS */
color: #eeddaa;
background-color: #eeddaa;
/* Tailwind (arbitrary) */
class="text-[#eeddaa] bg-[#eeddaa]"
/* SCSS */
$brand: #eeddaa;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.667)
/* Android */
Color.parseColor("#eeddaa")Accessibility — WCAG contrast
Aa
#eeddaa on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddaa on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow28.6%
Key (black)6.7%
Color previews
#eeddaa text on a black background
contrast 15.56:1
Card sample
#eeddaa text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddaa;
Background color
Panel with #eeddaa background
background-color: #eeddaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddaa; background: linear-gradient(135deg, #eeddaa, #D2EEAA);