#e6d607
a balanced, electric yellow · cool · closest name: gold
RGB
230, 214, 7
HSL
56°, 94%, 47%
CMYK
0, 7, 97, 10
Luminance
0.6493
Every format
| HEX | #e6d607 |
| RGB | rgb(230, 214, 7) |
| HSL | hsl(56, 94%, 47%) |
| CMYK | cmyk(0%, 7%, 97%, 10%) |
| LAB | lab(84.5 -12.0 83.7) |
| LCH | lch(84.5 84.6 98.2) |
| OKLCH | oklch(0.862 0.181 104.1) |
Copy-ready code
/* CSS */
color: #e6d607;
background-color: #e6d607;
/* Tailwind (arbitrary) */
class="text-[#e6d607] bg-[#e6d607]"
/* SCSS */
$brand: #e6d607;
/* SwiftUI */
Color(red: 0.902, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#e6d607")Accessibility — WCAG contrast
Aa
#e6d607 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6d607 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green83.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow97.0%
Key (black)9.8%
Color previews
#e6d607 text on a black background
contrast 13.99:1
Card sample
#e6d607 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6d607;
Background color
Panel with #e6d607 background
background-color: #e6d607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6d607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6d607; background: linear-gradient(135deg, #e6d607, #61E607);