#bfcfd1
a light, soft cyan · cool · closest name: silver
RGB
191, 207, 209
HSL
187°, 16%, 78%
CMYK
9, 1, 0, 18
Luminance
0.6031
Every format
| HEX | #bfcfd1 |
| RGB | rgb(191, 207, 209) |
| HSL | hsl(187, 16%, 78%) |
| CMYK | cmyk(9%, 1%, 0%, 18%) |
| LAB | lab(82.0 -5.0 -2.9) |
| LCH | lch(82.0 5.8 209.7) |
| OKLCH | oklch(0.843 0.018 205.8) |
Copy-ready code
/* CSS */
color: #bfcfd1;
background-color: #bfcfd1;
/* Tailwind (arbitrary) */
class="text-[#bfcfd1] bg-[#bfcfd1]"
/* SCSS */
$brand: #bfcfd1;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.820)
/* Android */
Color.parseColor("#bfcfd1")Accessibility — WCAG contrast
Aa
#bfcfd1 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfd1 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue82.0%
CMYK percentages
Cyan8.6%
Magenta1.0%
Yellow0.0%
Key (black)18.0%
Color previews
#bfcfd1 text on a black background
contrast 13.06:1
Card sample
#bfcfd1 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfd1;
Background color
Panel with #bfcfd1 background
background-color: #bfcfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfd1; background: linear-gradient(135deg, #bfcfd1, #BFC3D1);