#bac2ba
a light, muted gray · cool · closest name: silver
RGB
186, 194, 186
HSL
120°, 6%, 75%
CMYK
4, 0, 4, 24
Luminance
0.5257
Every format
| HEX | #bac2ba |
| RGB | rgb(186, 194, 186) |
| HSL | hsl(120, 6%, 75%) |
| CMYK | cmyk(4%, 0%, 4%, 24%) |
| LAB | lab(77.6 -4.3 3.1) |
| LCH | lch(77.6 5.2 144.2) |
| OKLCH | oklch(0.805 0.014 145.4) |
Copy-ready code
/* CSS */
color: #bac2ba;
background-color: #bac2ba;
/* Tailwind (arbitrary) */
class="text-[#bac2ba] bg-[#bac2ba]"
/* SCSS */
$brand: #bac2ba;
/* SwiftUI */
Color(red: 0.729, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#bac2ba")Accessibility — WCAG contrast
Aa
#bac2ba on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac2ba on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.1%
Blue72.9%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow4.1%
Key (black)23.9%
Color previews
#bac2ba text on a black background
contrast 11.51:1
Card sample
#bac2ba text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac2ba;
Background color
Panel with #bac2ba background
background-color: #bac2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac2ba; background: linear-gradient(135deg, #bac2ba, #BAC2BF);