#eeda39
a balanced, electric yellow · cool · closest name: gold
RGB
238, 218, 57
HSL
53°, 84%, 58%
CMYK
0, 8, 76, 7
Luminance
0.6862
Every format
| HEX | #eeda39 |
| RGB | rgb(238, 218, 57) |
| HSL | hsl(53, 84%, 58%) |
| CMYK | cmyk(0%, 8%, 76%, 7%) |
| LAB | lab(86.3 -9.6 75.7) |
| LCH | lch(86.3 76.3 97.2) |
| OKLCH | oklch(0.879 0.169 101.9) |
Copy-ready code
/* CSS */
color: #eeda39;
background-color: #eeda39;
/* Tailwind (arbitrary) */
class="text-[#eeda39] bg-[#eeda39]"
/* SCSS */
$brand: #eeda39;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.224)
/* Android */
Color.parseColor("#eeda39")Accessibility — WCAG contrast
Aa
#eeda39 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeda39 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow76.1%
Key (black)6.7%
Color previews
#eeda39 text on a black background
contrast 14.72:1
Card sample
#eeda39 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeda39;
Background color
Panel with #eeda39 background
background-color: #eeda39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeda39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeda39; background: linear-gradient(135deg, #eeda39, #89EE39);