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