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