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