#eed39d
a light, vivid yellow · warm · closest name: tan
RGB
238, 211, 157
HSL
40°, 70%, 78%
CMYK
0, 11, 34, 7
Luminance
0.6720
Every format
| HEX | #eed39d |
| RGB | rgb(238, 211, 157) |
| HSL | hsl(40, 70%, 78%) |
| CMYK | cmyk(0%, 11%, 34%, 7%) |
| LAB | lab(85.6 1.8 30.2) |
| LCH | lch(85.6 30.3 86.7) |
| OKLCH | oklch(0.877 0.076 84.3) |
Copy-ready code
/* CSS */
color: #eed39d;
background-color: #eed39d;
/* Tailwind (arbitrary) */
class="text-[#eed39d] bg-[#eed39d]"
/* SCSS */
$brand: #eed39d;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.616)
/* Android */
Color.parseColor("#eed39d")Accessibility — WCAG contrast
Aa
#eed39d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed39d on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow34.0%
Key (black)6.7%
Color previews
#eed39d text on a black background
contrast 14.44:1
Card sample
#eed39d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed39d;
Background color
Panel with #eed39d background
background-color: #eed39d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed39d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed39d; background: linear-gradient(135deg, #eed39d, #D3EE9D);