#eed521
a balanced, electric yellow · cool · closest name: gold
RGB
238, 213, 33
HSL
53°, 86%, 53%
CMYK
0, 11, 86, 7
Luminance
0.6588
Every format
| HEX | #eed521 |
| RGB | rgb(238, 213, 33) |
| HSL | hsl(53, 86%, 53%) |
| CMYK | cmyk(0%, 11%, 86%, 7%) |
| LAB | lab(84.9 -7.7 80.8) |
| LCH | lch(84.9 81.2 95.5) |
| OKLCH | oklch(0.868 0.175 100.4) |
Copy-ready code
/* CSS */
color: #eed521;
background-color: #eed521;
/* Tailwind (arbitrary) */
class="text-[#eed521] bg-[#eed521]"
/* SCSS */
$brand: #eed521;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#eed521")Accessibility — WCAG contrast
Aa
#eed521 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed521 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow86.1%
Key (black)6.7%
Color previews
#eed521 text on a black background
contrast 14.18:1
Card sample
#eed521 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed521;
Background color
Panel with #eed521 background
background-color: #eed521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed521; background: linear-gradient(135deg, #eed521, #7EEE21);