#bac2af
a light, muted green · cool · closest name: silver
RGB
186, 194, 175
HSL
85°, 14%, 72%
CMYK
4, 0, 10, 24
Luminance
0.5212
Every format
| HEX | #bac2af |
| RGB | rgb(186, 194, 175) |
| HSL | hsl(85, 14%, 72%) |
| CMYK | cmyk(4%, 0%, 10%, 24%) |
| LAB | lab(77.3 -6.2 8.6) |
| LCH | lch(77.3 10.6 125.8) |
| OKLCH | oklch(0.802 0.028 125.7) |
Copy-ready code
/* CSS */
color: #bac2af;
background-color: #bac2af;
/* Tailwind (arbitrary) */
class="text-[#bac2af] bg-[#bac2af]"
/* SCSS */
$brand: #bac2af;
/* SwiftUI */
Color(red: 0.729, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#bac2af")Accessibility — WCAG contrast
Aa
#bac2af on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac2af on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.1%
Blue68.6%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#bac2af text on a black background
contrast 11.42:1
Card sample
#bac2af text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac2af;
Background color
Panel with #bac2af background
background-color: #bac2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac2af; background: linear-gradient(135deg, #bac2af, #AFC2B1);