#eed024
a balanced, electric yellow · cool · closest name: gold
RGB
238, 208, 36
HSL
51°, 86%, 54%
CMYK
0, 13, 85, 7
Luminance
0.6342
Every format
| HEX | #eed024 |
| RGB | rgb(238, 208, 36) |
| HSL | hsl(51, 86%, 54%) |
| CMYK | cmyk(0%, 13%, 85%, 7%) |
| LAB | lab(83.7 -5.2 79.1) |
| LCH | lch(83.7 79.3 93.7) |
| OKLCH | oklch(0.858 0.170 98.1) |
Copy-ready code
/* CSS */
color: #eed024;
background-color: #eed024;
/* Tailwind (arbitrary) */
class="text-[#eed024] bg-[#eed024]"
/* SCSS */
$brand: #eed024;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.141)
/* Android */
Color.parseColor("#eed024")Accessibility — WCAG contrast
Aa
#eed024 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed024 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow84.9%
Key (black)6.7%
Color previews
#eed024 text on a black background
contrast 13.68:1
Card sample
#eed024 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed024;
Background color
Panel with #eed024 background
background-color: #eed024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed024; background: linear-gradient(135deg, #eed024, #85EE24);