#eed9af
a light, vivid yellow · warm · closest name: tan
RGB
238, 217, 175
HSL
40°, 65%, 81%
CMYK
0, 9, 27, 7
Luminance
0.7090
Every format
| HEX | #eed9af |
| RGB | rgb(238, 217, 175) |
| HSL | hsl(40, 65%, 81%) |
| CMYK | cmyk(0%, 9%, 27%, 7%) |
| LAB | lab(87.4 0.9 23.4) |
| LCH | lch(87.4 23.4 87.7) |
| OKLCH | oklch(0.892 0.060 84.5) |
Copy-ready code
/* CSS */
color: #eed9af;
background-color: #eed9af;
/* Tailwind (arbitrary) */
class="text-[#eed9af] bg-[#eed9af]"
/* SCSS */
$brand: #eed9af;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.686)
/* Android */
Color.parseColor("#eed9af")Accessibility — WCAG contrast
Aa
#eed9af on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9af on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow26.5%
Key (black)6.7%
Color previews
#eed9af text on a black background
contrast 15.18:1
Card sample
#eed9af text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9af;
Background color
Panel with #eed9af background
background-color: #eed9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9af; background: linear-gradient(135deg, #eed9af, #D9EEAF);