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