#bacb76
a balanced, vivid green · cool · closest name: khaki
RGB
186, 203, 118
HSL
72°, 45%, 63%
CMYK
8, 0, 42, 20
Luminance
0.5446
Every format
| HEX | #bacb76 |
| RGB | rgb(186, 203, 118) |
| HSL | hsl(72, 45%, 63%) |
| CMYK | cmyk(8%, 0%, 42%, 20%) |
| LAB | lab(78.7 -19.0 40.4) |
| LCH | lch(78.7 44.6 115.2) |
| OKLCH | oklch(0.810 0.111 118.2) |
Copy-ready code
/* CSS */
color: #bacb76;
background-color: #bacb76;
/* Tailwind (arbitrary) */
class="text-[#bacb76] bg-[#bacb76]"
/* SCSS */
$brand: #bacb76;
/* SwiftUI */
Color(red: 0.729, green: 0.796, blue: 0.463)
/* Android */
Color.parseColor("#bacb76")Accessibility — WCAG contrast
Aa
#bacb76 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacb76 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.6%
Blue46.3%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow41.9%
Key (black)20.4%
Color previews
#bacb76 text on a black background
contrast 11.89:1
Card sample
#bacb76 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacb76;
Background color
Panel with #bacb76 background
background-color: #bacb76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacb76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 203, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 203, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacb76; background: linear-gradient(135deg, #bacb76, #81CB76);