#eed596
a light, vivid yellow · warm · closest name: khaki
RGB
238, 213, 150
HSL
43°, 72%, 76%
CMYK
0, 11, 37, 7
Luminance
0.6797
Every format
| HEX | #eed596 |
| RGB | rgb(238, 213, 150) |
| HSL | hsl(43, 72%, 76%) |
| CMYK | cmyk(0%, 11%, 37%, 7%) |
| LAB | lab(86.0 -0.1 34.3) |
| LCH | lch(86.0 34.3 90.2) |
| OKLCH | oklch(0.879 0.085 88.8) |
Copy-ready code
/* CSS */
color: #eed596;
background-color: #eed596;
/* Tailwind (arbitrary) */
class="text-[#eed596] bg-[#eed596]"
/* SCSS */
$brand: #eed596;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.588)
/* Android */
Color.parseColor("#eed596")Accessibility — WCAG contrast
Aa
#eed596 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed596 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow37.0%
Key (black)6.7%
Color previews
#eed596 text on a black background
contrast 14.59:1
Card sample
#eed596 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed596;
Background color
Panel with #eed596 background
background-color: #eed596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed596; background: linear-gradient(135deg, #eed596, #CCEE96);