#bac64c
a balanced, vivid yellow · cool · closest name: khaki
RGB
186, 198, 76
HSL
66°, 52%, 54%
CMYK
6, 0, 62, 22
Luminance
0.5135
Every format
| HEX | #bac64c |
| RGB | rgb(186, 198, 76) |
| HSL | hsl(66, 52%, 54%) |
| CMYK | cmyk(6%, 0%, 62%, 22%) |
| LAB | lab(76.9 -20.3 57.9) |
| LCH | lch(76.9 61.4 109.3) |
| OKLCH | oklch(0.794 0.145 114.5) |
Copy-ready code
/* CSS */
color: #bac64c;
background-color: #bac64c;
/* Tailwind (arbitrary) */
class="text-[#bac64c] bg-[#bac64c]"
/* SCSS */
$brand: #bac64c;
/* SwiftUI */
Color(red: 0.729, green: 0.776, blue: 0.298)
/* Android */
Color.parseColor("#bac64c")Accessibility — WCAG contrast
Aa
#bac64c on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac64c on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.6%
Blue29.8%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow61.6%
Key (black)22.4%
Color previews
#bac64c text on a black background
contrast 11.27:1
Card sample
#bac64c text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac64c;
Background color
Panel with #bac64c background
background-color: #bac64c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac64c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 198, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 198, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac64c; background: linear-gradient(135deg, #bac64c, #69C64C);