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