#eed049
a balanced, electric yellow · cool · closest name: gold
RGB
238, 208, 73
HSL
49°, 83%, 61%
CMYK
0, 13, 69, 7
Luminance
0.6377
Every format
| HEX | #eed049 |
| RGB | rgb(238, 208, 73) |
| HSL | hsl(49, 83%, 61%) |
| CMYK | cmyk(0%, 13%, 69%, 7%) |
| LAB | lab(83.8 -3.8 67.7) |
| LCH | lch(83.8 67.8 93.2) |
| OKLCH | oklch(0.860 0.152 96.4) |
Copy-ready code
/* CSS */
color: #eed049;
background-color: #eed049;
/* Tailwind (arbitrary) */
class="text-[#eed049] bg-[#eed049]"
/* SCSS */
$brand: #eed049;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.286)
/* Android */
Color.parseColor("#eed049")Accessibility — WCAG contrast
Aa
#eed049 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed049 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow69.3%
Key (black)6.7%
Color previews
#eed049 text on a black background
contrast 13.75:1
Card sample
#eed049 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed049;
Background color
Panel with #eed049 background
background-color: #eed049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed049; background: linear-gradient(135deg, #eed049, #9EEE49);