#bac2ce
a light, soft blue · cool · closest name: silver
RGB
186, 194, 206
HSL
216°, 17%, 77%
CMYK
10, 6, 0, 19
Luminance
0.5348
Every format
| HEX | #bac2ce |
| RGB | rgb(186, 194, 206) |
| HSL | hsl(216, 17%, 77%) |
| CMYK | cmyk(10%, 6%, 0%, 19%) |
| LAB | lab(78.2 -0.4 -7.0) |
| LCH | lch(78.2 7.0 266.7) |
| OKLCH | oklch(0.811 0.019 258.4) |
Copy-ready code
/* CSS */
color: #bac2ce;
background-color: #bac2ce;
/* Tailwind (arbitrary) */
class="text-[#bac2ce] bg-[#bac2ce]"
/* SCSS */
$brand: #bac2ce;
/* SwiftUI */
Color(red: 0.729, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#bac2ce")Accessibility — WCAG contrast
Aa
#bac2ce on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac2ce on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.1%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#bac2ce text on a black background
contrast 11.70:1
Card sample
#bac2ce text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac2ce;
Background color
Panel with #bac2ce background
background-color: #bac2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac2ce; background: linear-gradient(135deg, #bac2ce, #BFBACE);