#eedfad
a light, vivid yellow · cool · closest name: tan
RGB
238, 223, 173
HSL
46°, 66%, 81%
CMYK
0, 6, 27, 7
Luminance
0.7397
Every format
| HEX | #eedfad |
| RGB | rgb(238, 223, 173) |
| HSL | hsl(46, 66%, 81%) |
| CMYK | cmyk(0%, 6%, 27%, 7%) |
| LAB | lab(88.9 -2.4 26.4) |
| LCH | lch(88.9 26.5 95.2) |
| OKLCH | oklch(0.904 0.067 93.4) |
Copy-ready code
/* CSS */
color: #eedfad;
background-color: #eedfad;
/* Tailwind (arbitrary) */
class="text-[#eedfad] bg-[#eedfad]"
/* SCSS */
$brand: #eedfad;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#eedfad")Accessibility — WCAG contrast
Aa
#eedfad on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfad on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow27.3%
Key (black)6.7%
Color previews
#eedfad text on a black background
contrast 15.79:1
Card sample
#eedfad text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfad;
Background color
Panel with #eedfad background
background-color: #eedfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfad; background: linear-gradient(135deg, #eedfad, #D2EEAD);