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