#bfcfd7
a light, soft blue · cool · closest name: silver
RGB
191, 207, 215
HSL
200°, 23%, 80%
CMYK
11, 4, 0, 16
Luminance
0.6061
Every format
| HEX | #bfcfd7 |
| RGB | rgb(191, 207, 215) |
| HSL | hsl(200, 23%, 80%) |
| CMYK | cmyk(11%, 4%, 0%, 16%) |
| LAB | lab(82.2 -3.8 -5.8) |
| LCH | lch(82.2 7.0 236.7) |
| OKLCH | oklch(0.845 0.021 229.1) |
Copy-ready code
/* CSS */
color: #bfcfd7;
background-color: #bfcfd7;
/* Tailwind (arbitrary) */
class="text-[#bfcfd7] bg-[#bfcfd7]"
/* SCSS */
$brand: #bfcfd7;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#bfcfd7")Accessibility — WCAG contrast
Aa
#bfcfd7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfd7 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue84.3%
CMYK percentages
Cyan11.2%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#bfcfd7 text on a black background
contrast 13.12:1
Card sample
#bfcfd7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfd7;
Background color
Panel with #bfcfd7 background
background-color: #bfcfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfd7; background: linear-gradient(135deg, #bfcfd7, #BFBFD7);