#bac8af
a light, soft green · cool · closest name: silver
RGB
186, 200, 175
HSL
94°, 19%, 74%
CMYK
7, 0, 13, 22
Luminance
0.5484
Every format
| HEX | #bac8af |
| RGB | rgb(186, 200, 175) |
| HSL | hsl(94, 19%, 74%) |
| CMYK | cmyk(7%, 0%, 13%, 22%) |
| LAB | lab(79.0 -9.3 10.9) |
| LCH | lch(79.0 14.3 130.6) |
| OKLCH | oklch(0.815 0.038 131.3) |
Copy-ready code
/* CSS */
color: #bac8af;
background-color: #bac8af;
/* Tailwind (arbitrary) */
class="text-[#bac8af] bg-[#bac8af]"
/* SCSS */
$brand: #bac8af;
/* SwiftUI */
Color(red: 0.729, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#bac8af")Accessibility — WCAG contrast
Aa
#bac8af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac8af on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.4%
Blue68.6%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#bac8af text on a black background
contrast 11.97:1
Card sample
#bac8af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac8af;
Background color
Panel with #bac8af background
background-color: #bac8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac8af; background: linear-gradient(135deg, #bac8af, #AFC8B5);