#bac0ba
a light, muted gray · cool · closest name: silver
RGB
186, 192, 186
HSL
120°, 5%, 74%
CMYK
3, 0, 3, 25
Luminance
0.5168
Every format
| HEX | #bac0ba |
| RGB | rgb(186, 192, 186) |
| HSL | hsl(120, 5%, 74%) |
| CMYK | cmyk(3%, 0%, 3%, 25%) |
| LAB | lab(77.1 -3.2 2.3) |
| LCH | lch(77.1 3.9 144.2) |
| OKLCH | oklch(0.801 0.011 145.5) |
Copy-ready code
/* CSS */
color: #bac0ba;
background-color: #bac0ba;
/* Tailwind (arbitrary) */
class="text-[#bac0ba] bg-[#bac0ba]"
/* SCSS */
$brand: #bac0ba;
/* SwiftUI */
Color(red: 0.729, green: 0.753, blue: 0.729)
/* Android */
Color.parseColor("#bac0ba")Accessibility — WCAG contrast
Aa
#bac0ba on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac0ba on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green75.3%
Blue72.9%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow3.1%
Key (black)24.7%
Color previews
#bac0ba text on a black background
contrast 11.34:1
Card sample
#bac0ba text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac0ba;
Background color
Panel with #bac0ba background
background-color: #bac0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 192, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 192, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac0ba; background: linear-gradient(135deg, #bac0ba, #BAC0BE);