#eed539
a balanced, electric yellow · cool · closest name: gold
RGB
238, 213, 57
HSL
52°, 84%, 58%
CMYK
0, 11, 76, 7
Luminance
0.6606
Every format
| HEX | #eed539 |
| RGB | rgb(238, 213, 57) |
| HSL | hsl(52, 84%, 58%) |
| CMYK | cmyk(0%, 11%, 76%, 7%) |
| LAB | lab(85.0 -7.0 74.5) |
| LCH | lch(85.0 74.9 95.4) |
| OKLCH | oklch(0.869 0.165 99.7) |
Copy-ready code
/* CSS */
color: #eed539;
background-color: #eed539;
/* Tailwind (arbitrary) */
class="text-[#eed539] bg-[#eed539]"
/* SCSS */
$brand: #eed539;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.224)
/* Android */
Color.parseColor("#eed539")Accessibility — WCAG contrast
Aa
#eed539 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed539 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow76.1%
Key (black)6.7%
Color previews
#eed539 text on a black background
contrast 14.21:1
Card sample
#eed539 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed539;
Background color
Panel with #eed539 background
background-color: #eed539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed539; background: linear-gradient(135deg, #eed539, #8EEE39);