#bac992
a light, soft green · cool · closest name: tan
RGB
186, 201, 146
HSL
76°, 34%, 68%
CMYK
8, 0, 27, 21
Luminance
0.5429
Every format
| HEX | #bac992 |
| RGB | rgb(186, 201, 146) |
| HSL | hsl(76, 34%, 68%) |
| CMYK | cmyk(8%, 0%, 27%, 21%) |
| LAB | lab(78.6 -14.4 25.9) |
| LCH | lch(78.6 29.6 119.1) |
| OKLCH | oklch(0.811 0.076 120.5) |
Copy-ready code
/* CSS */
color: #bac992;
background-color: #bac992;
/* Tailwind (arbitrary) */
class="text-[#bac992] bg-[#bac992]"
/* SCSS */
$brand: #bac992;
/* SwiftUI */
Color(red: 0.729, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#bac992")Accessibility — WCAG contrast
Aa
#bac992 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac992 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.8%
Blue57.3%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow27.4%
Key (black)21.2%
Color previews
#bac992 text on a black background
contrast 11.86:1
Card sample
#bac992 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac992;
Background color
Panel with #bac992 background
background-color: #bac992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac992; background: linear-gradient(135deg, #bac992, #95C992);