#bac6cd
a light, soft blue · cool · closest name: silver
RGB
186, 198, 205
HSL
202°, 16%, 77%
CMYK
9, 3, 0, 20
Luminance
0.5524
Every format
| HEX | #bac6cd |
| RGB | rgb(186, 198, 205) |
| HSL | hsl(202, 16%, 77%) |
| CMYK | cmyk(9%, 3%, 0%, 20%) |
| LAB | lab(79.2 -2.7 -4.9) |
| LCH | lch(79.2 5.6 241.0) |
| OKLCH | oklch(0.819 0.017 233.1) |
Copy-ready code
/* CSS */
color: #bac6cd;
background-color: #bac6cd;
/* Tailwind (arbitrary) */
class="text-[#bac6cd] bg-[#bac6cd]"
/* SCSS */
$brand: #bac6cd;
/* SwiftUI */
Color(red: 0.729, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#bac6cd")Accessibility — WCAG contrast
Aa
#bac6cd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac6cd on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.6%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta3.4%
Yellow0.0%
Key (black)19.6%
Color previews
#bac6cd text on a black background
contrast 12.05:1
Card sample
#bac6cd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac6cd;
Background color
Panel with #bac6cd background
background-color: #bac6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac6cd; background: linear-gradient(135deg, #bac6cd, #BBBACD);