#bfcfd5
a light, soft cyan · cool · closest name: silver
RGB
191, 207, 213
HSL
196°, 21%, 79%
CMYK
10, 3, 0, 17
Luminance
0.6051
Every format
| HEX | #bfcfd5 |
| RGB | rgb(191, 207, 213) |
| HSL | hsl(196, 21%, 79%) |
| CMYK | cmyk(10%, 3%, 0%, 17%) |
| LAB | lab(82.1 -4.2 -4.8) |
| LCH | lch(82.1 6.4 228.9) |
| OKLCH | oklch(0.844 0.019 222.2) |
Copy-ready code
/* CSS */
color: #bfcfd5;
background-color: #bfcfd5;
/* Tailwind (arbitrary) */
class="text-[#bfcfd5] bg-[#bfcfd5]"
/* SCSS */
$brand: #bfcfd5;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.835)
/* Android */
Color.parseColor("#bfcfd5")Accessibility — WCAG contrast
Aa
#bfcfd5 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfd5 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue83.5%
CMYK percentages
Cyan10.3%
Magenta2.8%
Yellow0.0%
Key (black)16.5%
Color previews
#bfcfd5 text on a black background
contrast 13.10:1
Card sample
#bfcfd5 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfd5;
Background color
Panel with #bfcfd5 background
background-color: #bfcfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfd5; background: linear-gradient(135deg, #bfcfd5, #BFC0D5);