#eed749
a balanced, electric yellow · cool · closest name: gold
RGB
238, 215, 73
HSL
52°, 83%, 61%
CMYK
0, 10, 69, 7
Luminance
0.6726
Every format
| HEX | #eed749 |
| RGB | rgb(238, 215, 73) |
| HSL | hsl(52, 83%, 61%) |
| CMYK | cmyk(0%, 10%, 69%, 7%) |
| LAB | lab(85.6 -7.3 69.5) |
| LCH | lch(85.6 69.9 96.0) |
| OKLCH | oklch(0.874 0.157 99.9) |
Copy-ready code
/* CSS */
color: #eed749;
background-color: #eed749;
/* Tailwind (arbitrary) */
class="text-[#eed749] bg-[#eed749]"
/* SCSS */
$brand: #eed749;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.286)
/* Android */
Color.parseColor("#eed749")Accessibility — WCAG contrast
Aa
#eed749 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed749 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow69.3%
Key (black)6.7%
Color previews
#eed749 text on a black background
contrast 14.45:1
Card sample
#eed749 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed749;
Background color
Panel with #eed749 background
background-color: #eed749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed749; background: linear-gradient(135deg, #eed749, #97EE49);