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