#bac8ac
a light, soft green · cool · closest name: silver
RGB
186, 200, 172
HSL
90°, 20%, 73%
CMYK
7, 0, 14, 22
Luminance
0.5473
Every format
| HEX | #bac8ac |
| RGB | rgb(186, 200, 172) |
| HSL | hsl(90, 20%, 73%) |
| CMYK | cmyk(7%, 0%, 14%, 22%) |
| LAB | lab(78.9 -9.8 12.4) |
| LCH | lch(78.9 15.8 128.4) |
| OKLCH | oklch(0.814 0.041 129.0) |
Copy-ready code
/* CSS */
color: #bac8ac;
background-color: #bac8ac;
/* Tailwind (arbitrary) */
class="text-[#bac8ac] bg-[#bac8ac]"
/* SCSS */
$brand: #bac8ac;
/* SwiftUI */
Color(red: 0.729, green: 0.784, blue: 0.675)
/* Android */
Color.parseColor("#bac8ac")Accessibility — WCAG contrast
Aa
#bac8ac on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac8ac on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.4%
Blue67.5%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow14.0%
Key (black)21.6%
Color previews
#bac8ac text on a black background
contrast 11.95:1
Card sample
#bac8ac text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac8ac;
Background color
Panel with #bac8ac background
background-color: #bac8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 200, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 200, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac8ac; background: linear-gradient(135deg, #bac8ac, #ACC8B1);