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