#eec621
a balanced, electric yellow · cool · closest name: gold
RGB
238, 198, 33
HSL
48°, 86%, 53%
CMYK
0, 17, 86, 7
Luminance
0.5868
Every format
| HEX | #eec621 |
| RGB | rgb(238, 198, 33) |
| HSL | hsl(48, 86%, 53%) |
| CMYK | cmyk(0%, 17%, 86%, 7%) |
| LAB | lab(81.1 -0.1 77.7) |
| LCH | lch(81.1 77.7 90.1) |
| OKLCH | oklch(0.837 0.165 93.4) |
Copy-ready code
/* CSS */
color: #eec621;
background-color: #eec621;
/* Tailwind (arbitrary) */
class="text-[#eec621] bg-[#eec621]"
/* SCSS */
$brand: #eec621;
/* SwiftUI */
Color(red: 0.933, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#eec621")Accessibility — WCAG contrast
Aa
#eec621 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec621 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green77.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow86.1%
Key (black)6.7%
Color previews
#eec621 text on a black background
contrast 12.74:1
Card sample
#eec621 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec621;
Background color
Panel with #eec621 background
background-color: #eec621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec621; background: linear-gradient(135deg, #eec621, #8DEE21);