#bfcccf
a light, muted cyan · cool · closest name: silver
RGB
191, 204, 207
HSL
191°, 14%, 78%
CMYK
8, 1, 0, 19
Luminance
0.5877
Every format
| HEX | #bfcccf |
| RGB | rgb(191, 204, 207) |
| HSL | hsl(191, 14%, 78%) |
| CMYK | cmyk(8%, 1%, 0%, 19%) |
| LAB | lab(81.2 -3.8 -3.0) |
| LCH | lch(81.2 4.9 218.2) |
| OKLCH | oklch(0.836 0.015 213.1) |
Copy-ready code
/* CSS */
color: #bfcccf;
background-color: #bfcccf;
/* Tailwind (arbitrary) */
class="text-[#bfcccf] bg-[#bfcccf]"
/* SCSS */
$brand: #bfcccf;
/* SwiftUI */
Color(red: 0.749, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#bfcccf")Accessibility — WCAG contrast
Aa
#bfcccf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcccf on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.0%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bfcccf text on a black background
contrast 12.75:1
Card sample
#bfcccf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcccf;
Background color
Panel with #bfcccf background
background-color: #bfcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcccf; background: linear-gradient(135deg, #bfcccf, #BFC1CF);