#bfcfdf
a light, soft blue · cool · closest name: silver
RGB
191, 207, 223
HSL
210°, 33%, 81%
CMYK
14, 7, 0, 13
Luminance
0.6103
Every format
| HEX | #bfcfdf |
| RGB | rgb(191, 207, 223) |
| HSL | hsl(210, 33%, 81%) |
| CMYK | cmyk(14%, 7%, 0%, 13%) |
| LAB | lab(82.4 -2.2 -9.7) |
| LCH | lch(82.4 10.0 257.4) |
| OKLCH | oklch(0.847 0.028 248.2) |
Copy-ready code
/* CSS */
color: #bfcfdf;
background-color: #bfcfdf;
/* Tailwind (arbitrary) */
class="text-[#bfcfdf] bg-[#bfcfdf]"
/* SCSS */
$brand: #bfcfdf;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#bfcfdf")Accessibility — WCAG contrast
Aa
#bfcfdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfdf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bfcfdf text on a black background
contrast 13.21:1
Card sample
#bfcfdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfdf;
Background color
Panel with #bfcfdf background
background-color: #bfcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfdf; background: linear-gradient(135deg, #bfcfdf, #C4BFDF);