#bac8cb
a light, muted cyan · cool · closest name: silver
RGB
186, 200, 203
HSL
191°, 14%, 76%
CMYK
8, 2, 0, 20
Luminance
0.5606
Every format
| HEX | #bac8cb |
| RGB | rgb(186, 200, 203) |
| HSL | hsl(191, 14%, 76%) |
| CMYK | cmyk(8%, 2%, 0%, 20%) |
| LAB | lab(79.7 -4.2 -3.1) |
| LCH | lch(79.7 5.2 216.9) |
| OKLCH | oklch(0.823 0.016 212.0) |
Copy-ready code
/* CSS */
color: #bac8cb;
background-color: #bac8cb;
/* Tailwind (arbitrary) */
class="text-[#bac8cb] bg-[#bac8cb]"
/* SCSS */
$brand: #bac8cb;
/* SwiftUI */
Color(red: 0.729, green: 0.784, blue: 0.796)
/* Android */
Color.parseColor("#bac8cb")Accessibility — WCAG contrast
Aa
#bac8cb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac8cb on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.4%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta1.5%
Yellow0.0%
Key (black)20.4%
Color previews
#bac8cb text on a black background
contrast 12.21:1
Card sample
#bac8cb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac8cb;
Background color
Panel with #bac8cb background
background-color: #bac8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 200, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 200, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac8cb; background: linear-gradient(135deg, #bac8cb, #BABDCB);