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