#e3d517
a balanced, electric yellow · cool · closest name: gold
RGB
227, 213, 23
HSL
56°, 82%, 49%
CMYK
0, 6, 90, 11
Luminance
0.6398
Every format
| HEX | #e3d517 |
| RGB | rgb(227, 213, 23) |
| HSL | hsl(56, 82%, 49%) |
| CMYK | cmyk(0%, 6%, 90%, 11%) |
| LAB | lab(84.0 -12.6 81.4) |
| LCH | lch(84.0 82.4 98.8) |
| OKLCH | oklch(0.857 0.178 104.6) |
Copy-ready code
/* CSS */
color: #e3d517;
background-color: #e3d517;
/* Tailwind (arbitrary) */
class="text-[#e3d517] bg-[#e3d517]"
/* SCSS */
$brand: #e3d517;
/* SwiftUI */
Color(red: 0.890, green: 0.835, blue: 0.090)
/* Android */
Color.parseColor("#e3d517")Accessibility — WCAG contrast
Aa
#e3d517 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3d517 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green83.5%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow89.9%
Key (black)11.0%
Color previews
#e3d517 text on a black background
contrast 13.80:1
Card sample
#e3d517 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3d517;
Background color
Panel with #e3d517 background
background-color: #e3d517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3d517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 213, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 213, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3d517; background: linear-gradient(135deg, #e3d517, #69E317);