#bac00e
a dark, electric yellow · cool · closest name: gold
RGB
186, 192, 14
HSL
62°, 86%, 40%
CMYK
3, 0, 93, 25
Luminance
0.4817
Every format
| HEX | #bac00e |
| RGB | rgb(186, 192, 14) |
| HSL | hsl(62, 86%, 40%) |
| CMYK | cmyk(3%, 0%, 93%, 25%) |
| LAB | lab(74.9 -19.8 74.3) |
| LCH | lch(74.9 76.9 105.0) |
| OKLCH | oklch(0.777 0.170 112.0) |
Copy-ready code
/* CSS */
color: #bac00e;
background-color: #bac00e;
/* Tailwind (arbitrary) */
class="text-[#bac00e] bg-[#bac00e]"
/* SCSS */
$brand: #bac00e;
/* SwiftUI */
Color(red: 0.729, green: 0.753, blue: 0.055)
/* Android */
Color.parseColor("#bac00e")Accessibility — WCAG contrast
Aa
#bac00e on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac00e on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green75.3%
Blue5.5%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow92.7%
Key (black)24.7%
Color previews
#bac00e text on a black background
contrast 10.63:1
Card sample
#bac00e text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac00e;
Background color
Panel with #bac00e background
background-color: #bac00e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac00e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 192, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 192, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac00e; background: linear-gradient(135deg, #bac00e, #43C00E);