#eed299
a light, vivid yellow · warm · closest name: tan
RGB
238, 210, 153
HSL
40°, 71%, 77%
CMYK
0, 12, 36, 7
Luminance
0.6657
Every format
| HEX | #eed299 |
| RGB | rgb(238, 210, 153) |
| HSL | hsl(40, 71%, 77%) |
| CMYK | cmyk(0%, 12%, 36%, 7%) |
| LAB | lab(85.3 1.8 31.9) |
| LCH | lch(85.3 31.9 86.8) |
| OKLCH | oklch(0.874 0.080 84.7) |
Copy-ready code
/* CSS */
color: #eed299;
background-color: #eed299;
/* Tailwind (arbitrary) */
class="text-[#eed299] bg-[#eed299]"
/* SCSS */
$brand: #eed299;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.600)
/* Android */
Color.parseColor("#eed299")Accessibility — WCAG contrast
Aa
#eed299 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed299 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow35.7%
Key (black)6.7%
Color previews
#eed299 text on a black background
contrast 14.31:1
Card sample
#eed299 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed299;
Background color
Panel with #eed299 background
background-color: #eed299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed299; background: linear-gradient(135deg, #eed299, #D1EE99);