#bac608
a dark, electric yellow · cool · closest name: gold
RGB
186, 198, 8
HSL
64°, 92%, 40%
CMYK
6, 0, 96, 22
Luminance
0.5084
Every format
| HEX | #bac608 |
| RGB | rgb(186, 198, 8) |
| HSL | hsl(64, 92%, 40%) |
| CMYK | cmyk(6%, 0%, 96%, 22%) |
| LAB | lab(76.6 -22.9 76.2) |
| LCH | lch(76.6 79.5 106.7) |
| OKLCH | oklch(0.790 0.177 114.1) |
Copy-ready code
/* CSS */
color: #bac608;
background-color: #bac608;
/* Tailwind (arbitrary) */
class="text-[#bac608] bg-[#bac608]"
/* SCSS */
$brand: #bac608;
/* SwiftUI */
Color(red: 0.729, green: 0.776, blue: 0.031)
/* Android */
Color.parseColor("#bac608")Accessibility — WCAG contrast
Aa
#bac608 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac608 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.6%
Blue3.1%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow96.0%
Key (black)22.4%
Color previews
#bac608 text on a black background
contrast 11.17:1
Card sample
#bac608 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac608;
Background color
Panel with #bac608 background
background-color: #bac608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 198, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 198, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac608; background: linear-gradient(135deg, #bac608, #3BC608);