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