#bac6bc
a light, muted green · cool · closest name: silver
RGB
186, 198, 188
HSL
130°, 10%, 75%
CMYK
6, 0, 5, 22
Luminance
0.5446
Every format
| HEX | #bac6bc |
| RGB | rgb(186, 198, 188) |
| HSL | hsl(130, 10%, 75%) |
| CMYK | cmyk(6%, 0%, 5%, 22%) |
| LAB | lab(78.7 -6.0 3.6) |
| LCH | lch(78.7 7.0 149.0) |
| OKLCH | oklch(0.814 0.019 150.5) |
Copy-ready code
/* CSS */
color: #bac6bc;
background-color: #bac6bc;
/* Tailwind (arbitrary) */
class="text-[#bac6bc] bg-[#bac6bc]"
/* SCSS */
$brand: #bac6bc;
/* SwiftUI */
Color(red: 0.729, green: 0.776, blue: 0.737)
/* Android */
Color.parseColor("#bac6bc")Accessibility — WCAG contrast
Aa
#bac6bc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac6bc on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.6%
Blue73.7%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow5.1%
Key (black)22.4%
Color previews
#bac6bc text on a black background
contrast 11.89:1
Card sample
#bac6bc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac6bc;
Background color
Panel with #bac6bc background
background-color: #bac6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 198, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 198, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac6bc; background: linear-gradient(135deg, #bac6bc, #BAC6C4);