#e6d819
a balanced, electric yellow · cool · closest name: gold
RGB
230, 216, 25
HSL
56°, 80%, 50%
CMYK
0, 6, 89, 10
Luminance
0.6600
Every format
| HEX | #e6d819 |
| RGB | rgb(230, 216, 25) |
| HSL | hsl(56, 80%, 50%) |
| CMYK | cmyk(0%, 6%, 89%, 10%) |
| LAB | lab(85.0 -12.8 82.0) |
| LCH | lch(85.0 83.0 98.9) |
| OKLCH | oklch(0.866 0.180 104.7) |
Copy-ready code
/* CSS */
color: #e6d819;
background-color: #e6d819;
/* Tailwind (arbitrary) */
class="text-[#e6d819] bg-[#e6d819]"
/* SCSS */
$brand: #e6d819;
/* SwiftUI */
Color(red: 0.902, green: 0.847, blue: 0.098)
/* Android */
Color.parseColor("#e6d819")Accessibility — WCAG contrast
Aa
#e6d819 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6d819 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green84.7%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow89.1%
Key (black)9.8%
Color previews
#e6d819 text on a black background
contrast 14.20:1
Card sample
#e6d819 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6d819;
Background color
Panel with #e6d819 background
background-color: #e6d819;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6d819;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 216, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 216, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6d819; background: linear-gradient(135deg, #e6d819, #6BE619);