#e6ba13
a balanced, electric yellow · cool · closest name: gold
RGB
230, 186, 19
HSL
48°, 85%, 49%
CMYK
0, 19, 92, 10
Luminance
0.5199
Every format
| HEX | #e6ba13 |
| RGB | rgb(230, 186, 19) |
| HSL | hsl(48, 85%, 49%) |
| CMYK | cmyk(0%, 19%, 92%, 10%) |
| LAB | lab(77.3 2.4 77.0) |
| LCH | lch(77.3 77.1 88.2) |
| OKLCH | oklch(0.805 0.162 91.2) |
Copy-ready code
/* CSS */
color: #e6ba13;
background-color: #e6ba13;
/* Tailwind (arbitrary) */
class="text-[#e6ba13] bg-[#e6ba13]"
/* SCSS */
$brand: #e6ba13;
/* SwiftUI */
Color(red: 0.902, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#e6ba13")Accessibility — WCAG contrast
Aa
#e6ba13 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ba13 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green72.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow91.7%
Key (black)9.8%
Color previews
#e6ba13 text on a black background
contrast 11.40:1
Card sample
#e6ba13 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ba13;
Background color
Panel with #e6ba13 background
background-color: #e6ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ba13; background: linear-gradient(135deg, #e6ba13, #85E613);