#eed039
a balanced, electric yellow · cool · closest name: gold
RGB
238, 208, 57
HSL
50°, 84%, 58%
CMYK
0, 13, 76, 7
Luminance
0.6358
Every format
| HEX | #eed039 |
| RGB | rgb(238, 208, 57) |
| HSL | hsl(50, 84%, 58%) |
| CMYK | cmyk(0%, 13%, 76%, 7%) |
| LAB | lab(83.8 -4.5 73.3) |
| LCH | lch(83.8 73.5 93.5) |
| OKLCH | oklch(0.858 0.162 97.3) |
Copy-ready code
/* CSS */
color: #eed039;
background-color: #eed039;
/* Tailwind (arbitrary) */
class="text-[#eed039] bg-[#eed039]"
/* SCSS */
$brand: #eed039;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.224)
/* Android */
Color.parseColor("#eed039")Accessibility — WCAG contrast
Aa
#eed039 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed039 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow76.1%
Key (black)6.7%
Color previews
#eed039 text on a black background
contrast 13.72:1
Card sample
#eed039 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed039;
Background color
Panel with #eed039 background
background-color: #eed039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed039; background: linear-gradient(135deg, #eed039, #93EE39);