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