#bfcfdb
a light, soft blue · cool · closest name: silver
RGB
191, 207, 219
HSL
206°, 28%, 80%
CMYK
13, 6, 0, 14
Luminance
0.6082
Every format
| HEX | #bfcfdb |
| RGB | rgb(191, 207, 219) |
| HSL | hsl(206, 28%, 80%) |
| CMYK | cmyk(13%, 6%, 0%, 14%) |
| LAB | lab(82.3 -3.0 -7.8) |
| LCH | lch(82.3 8.3 248.8) |
| OKLCH | oklch(0.846 0.024 240.1) |
Copy-ready code
/* CSS */
color: #bfcfdb;
background-color: #bfcfdb;
/* Tailwind (arbitrary) */
class="text-[#bfcfdb] bg-[#bfcfdb]"
/* SCSS */
$brand: #bfcfdb;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#bfcfdb")Accessibility — WCAG contrast
Aa
#bfcfdb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfdb on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue85.9%
CMYK percentages
Cyan12.8%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#bfcfdb text on a black background
contrast 13.16:1
Card sample
#bfcfdb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfdb;
Background color
Panel with #bfcfdb background
background-color: #bfcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfdb; background: linear-gradient(135deg, #bfcfdb, #C2BFDB);