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