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