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