#bac9a7
a light, soft green · cool · closest name: beige
RGB
186, 201, 167
HSL
87°, 24%, 72%
CMYK
8, 0, 17, 21
Luminance
0.5500
Every format
| HEX | #bac9a7 |
| RGB | rgb(186, 201, 167) |
| HSL | hsl(87, 24%, 72%) |
| CMYK | cmyk(8%, 0%, 17%, 21%) |
| LAB | lab(79.0 -11.2 15.3) |
| LCH | lch(79.0 19.0 126.2) |
| OKLCH | oklch(0.815 0.049 126.9) |
Copy-ready code
/* CSS */
color: #bac9a7;
background-color: #bac9a7;
/* Tailwind (arbitrary) */
class="text-[#bac9a7] bg-[#bac9a7]"
/* SCSS */
$brand: #bac9a7;
/* SwiftUI */
Color(red: 0.729, green: 0.788, blue: 0.655)
/* Android */
Color.parseColor("#bac9a7")Accessibility — WCAG contrast
Aa
#bac9a7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac9a7 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.8%
Blue65.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow16.9%
Key (black)21.2%
Color previews
#bac9a7 text on a black background
contrast 12.00:1
Card sample
#bac9a7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac9a7;
Background color
Panel with #bac9a7 background
background-color: #bac9a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac9a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 201, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 201, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac9a7; background: linear-gradient(135deg, #bac9a7, #A7C9AB);