#e1d621
a balanced, electric yellow · cool · closest name: gold
RGB
225, 214, 33
HSL
57°, 76%, 51%
CMYK
0, 5, 85, 12
Luminance
0.6421
Every format
| HEX | #e1d621 |
| RGB | rgb(225, 214, 33) |
| HSL | hsl(57, 76%, 51%) |
| CMYK | cmyk(0%, 5%, 85%, 12%) |
| LAB | lab(84.1 -13.8 79.6) |
| LCH | lch(84.1 80.8 99.8) |
| OKLCH | oklch(0.858 0.177 105.7) |
Copy-ready code
/* CSS */
color: #e1d621;
background-color: #e1d621;
/* Tailwind (arbitrary) */
class="text-[#e1d621] bg-[#e1d621]"
/* SCSS */
$brand: #e1d621;
/* SwiftUI */
Color(red: 0.882, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#e1d621")Accessibility — WCAG contrast
Aa
#e1d621 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1d621 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green83.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow85.3%
Key (black)11.8%
Color previews
#e1d621 text on a black background
contrast 13.84:1
Card sample
#e1d621 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1d621;
Background color
Panel with #e1d621 background
background-color: #e1d621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1d621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1d621; background: linear-gradient(135deg, #e1d621, #6CE121);