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