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