#bacbcf
a light, soft cyan · cool · closest name: silver
RGB
186, 203, 207
HSL
191°, 18%, 77%
CMYK
10, 2, 0, 19
Luminance
0.5766
Every format
| HEX | #bacbcf |
| RGB | rgb(186, 203, 207) |
| HSL | hsl(191, 18%, 77%) |
| CMYK | cmyk(10%, 2%, 0%, 19%) |
| LAB | lab(80.5 -5.0 -4.0) |
| LCH | lch(80.5 6.3 218.7) |
| OKLCH | oklch(0.830 0.019 213.4) |
Copy-ready code
/* CSS */
color: #bacbcf;
background-color: #bacbcf;
/* Tailwind (arbitrary) */
class="text-[#bacbcf] bg-[#bacbcf]"
/* SCSS */
$brand: #bacbcf;
/* SwiftUI */
Color(red: 0.729, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#bacbcf")Accessibility — WCAG contrast
Aa
#bacbcf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacbcf on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green79.6%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bacbcf text on a black background
contrast 12.53:1
Card sample
#bacbcf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacbcf;
Background color
Panel with #bacbcf background
background-color: #bacbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacbcf; background: linear-gradient(135deg, #bacbcf, #BABDCF);