#eed99f
a light, vivid yellow · warm · closest name: tan
RGB
238, 217, 159
HSL
44°, 70%, 78%
CMYK
0, 9, 33, 7
Luminance
0.7031
Every format
| HEX | #eed99f |
| RGB | rgb(238, 217, 159) |
| HSL | hsl(44, 70%, 78%) |
| CMYK | cmyk(0%, 9%, 33%, 7%) |
| LAB | lab(87.2 -1.1 31.3) |
| LCH | lch(87.2 31.3 92.0) |
| OKLCH | oklch(0.889 0.078 90.5) |
Copy-ready code
/* CSS */
color: #eed99f;
background-color: #eed99f;
/* Tailwind (arbitrary) */
class="text-[#eed99f] bg-[#eed99f]"
/* SCSS */
$brand: #eed99f;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.624)
/* Android */
Color.parseColor("#eed99f")Accessibility — WCAG contrast
Aa
#eed99f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed99f on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow33.2%
Key (black)6.7%
Color previews
#eed99f text on a black background
contrast 15.06:1
Card sample
#eed99f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed99f;
Background color
Panel with #eed99f background
background-color: #eed99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed99f; background: linear-gradient(135deg, #eed99f, #CEEE9F);