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