#e6b310
a balanced, electric yellow · cool · closest name: gold
RGB
230, 179, 16
HSL
46°, 87%, 48%
CMYK
0, 22, 93, 10
Luminance
0.4910
Every format
| HEX | #e6b310 |
| RGB | rgb(230, 179, 16) |
| HSL | hsl(46, 87%, 48%) |
| CMYK | cmyk(0%, 22%, 93%, 10%) |
| LAB | lab(75.5 6.0 76.2) |
| LCH | lch(75.5 76.4 85.5) |
| OKLCH | oklch(0.791 0.159 87.5) |
Copy-ready code
/* CSS */
color: #e6b310;
background-color: #e6b310;
/* Tailwind (arbitrary) */
class="text-[#e6b310] bg-[#e6b310]"
/* SCSS */
$brand: #e6b310;
/* SwiftUI */
Color(red: 0.902, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#e6b310")Accessibility — WCAG contrast
Aa
#e6b310 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b310 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green70.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow93.0%
Key (black)9.8%
Color previews
#e6b310 text on a black background
contrast 10.82:1
Card sample
#e6b310 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b310;
Background color
Panel with #e6b310 background
background-color: #e6b310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b310; background: linear-gradient(135deg, #e6b310, #8AE610);