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