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