#bac99f
a light, soft green · cool · closest name: tan
RGB
186, 201, 159
HSL
81°, 28%, 71%
CMYK
8, 0, 21, 21
Luminance
0.5472
Every format
| HEX | #bac99f |
| RGB | rgb(186, 201, 159) |
| HSL | hsl(81, 28%, 71%) |
| CMYK | cmyk(8%, 0%, 21%, 21%) |
| LAB | lab(78.9 -12.5 19.3) |
| LCH | lch(78.9 23.0 122.8) |
| OKLCH | oklch(0.813 0.059 123.7) |
Copy-ready code
/* CSS */
color: #bac99f;
background-color: #bac99f;
/* Tailwind (arbitrary) */
class="text-[#bac99f] bg-[#bac99f]"
/* SCSS */
$brand: #bac99f;
/* SwiftUI */
Color(red: 0.729, green: 0.788, blue: 0.624)
/* Android */
Color.parseColor("#bac99f")Accessibility — WCAG contrast
Aa
#bac99f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac99f on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.8%
Blue62.4%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow20.9%
Key (black)21.2%
Color previews
#bac99f text on a black background
contrast 11.94:1
Card sample
#bac99f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac99f;
Background color
Panel with #bac99f background
background-color: #bac99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 201, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 201, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac99f; background: linear-gradient(135deg, #bac99f, #9FC9A0);