#e3d621
a balanced, electric yellow · cool · closest name: gold
RGB
227, 214, 33
HSL
56°, 78%, 51%
CMYK
0, 6, 86, 11
Luminance
0.6453
Every format
| HEX | #e3d621 |
| RGB | rgb(227, 214, 33) |
| HSL | hsl(56, 78%, 51%) |
| CMYK | cmyk(0%, 6%, 86%, 11%) |
| LAB | lab(84.2 -12.9 79.8) |
| LCH | lch(84.2 80.9 99.2) |
| OKLCH | oklch(0.860 0.176 104.9) |
Copy-ready code
/* CSS */
color: #e3d621;
background-color: #e3d621;
/* Tailwind (arbitrary) */
class="text-[#e3d621] bg-[#e3d621]"
/* SCSS */
$brand: #e3d621;
/* SwiftUI */
Color(red: 0.890, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#e3d621")Accessibility — WCAG contrast
Aa
#e3d621 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3d621 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green83.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow85.5%
Key (black)11.0%
Color previews
#e3d621 text on a black background
contrast 13.91:1
Card sample
#e3d621 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3d621;
Background color
Panel with #e3d621 background
background-color: #e3d621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3d621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3d621; background: linear-gradient(135deg, #e3d621, #6FE321);