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