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