#eed599
a light, vivid yellow · warm · closest name: tan
RGB
238, 213, 153
HSL
42°, 71%, 77%
CMYK
0, 11, 36, 7
Luminance
0.6807
Every format
| HEX | #eed599 |
| RGB | rgb(238, 213, 153) |
| HSL | hsl(42, 71%, 77%) |
| CMYK | cmyk(0%, 11%, 36%, 7%) |
| LAB | lab(86.0 0.3 32.9) |
| LCH | lch(86.0 32.9 89.6) |
| OKLCH | oklch(0.880 0.082 87.9) |
Copy-ready code
/* CSS */
color: #eed599;
background-color: #eed599;
/* Tailwind (arbitrary) */
class="text-[#eed599] bg-[#eed599]"
/* SCSS */
$brand: #eed599;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.600)
/* Android */
Color.parseColor("#eed599")Accessibility — WCAG contrast
Aa
#eed599 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed599 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow35.7%
Key (black)6.7%
Color previews
#eed599 text on a black background
contrast 14.61:1
Card sample
#eed599 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed599;
Background color
Panel with #eed599 background
background-color: #eed599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed599; background: linear-gradient(135deg, #eed599, #CEEE99);