#bac2ac
a light, soft green · cool · closest name: silver
RGB
186, 194, 172
HSL
82°, 15%, 72%
CMYK
4, 0, 11, 24
Luminance
0.5200
Every format
| HEX | #bac2ac |
| RGB | rgb(186, 194, 172) |
| HSL | hsl(82, 15%, 72%) |
| CMYK | cmyk(4%, 0%, 11%, 24%) |
| LAB | lab(77.3 -6.7 10.1) |
| LCH | lch(77.3 12.2 123.6) |
| OKLCH | oklch(0.802 0.032 123.4) |
Copy-ready code
/* CSS */
color: #bac2ac;
background-color: #bac2ac;
/* Tailwind (arbitrary) */
class="text-[#bac2ac] bg-[#bac2ac]"
/* SCSS */
$brand: #bac2ac;
/* SwiftUI */
Color(red: 0.729, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#bac2ac")Accessibility — WCAG contrast
Aa
#bac2ac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac2ac on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.1%
Blue67.5%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow11.3%
Key (black)23.9%
Color previews
#bac2ac text on a black background
contrast 11.40:1
Card sample
#bac2ac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac2ac;
Background color
Panel with #bac2ac background
background-color: #bac2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac2ac; background: linear-gradient(135deg, #bac2ac, #ACC2AD);