#bfc0cf
a light, muted blue · warm · closest name: silver
RGB
191, 192, 207
HSL
236°, 14%, 78%
CMYK
8, 7, 0, 19
Luminance
0.5328
Every format
| HEX | #bfc0cf |
| RGB | rgb(191, 192, 207) |
| HSL | hsl(236, 14%, 78%) |
| CMYK | cmyk(8%, 7%, 0%, 19%) |
| LAB | lab(78.0 2.5 -7.6) |
| LCH | lch(78.0 8.0 288.4) |
| OKLCH | oklch(0.812 0.021 282.9) |
Copy-ready code
/* CSS */
color: #bfc0cf;
background-color: #bfc0cf;
/* Tailwind (arbitrary) */
class="text-[#bfc0cf] bg-[#bfc0cf]"
/* SCSS */
$brand: #bfc0cf;
/* SwiftUI */
Color(red: 0.749, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#bfc0cf")Accessibility — WCAG contrast
Aa
#bfc0cf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc0cf on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green75.3%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#bfc0cf text on a black background
contrast 11.66:1
Card sample
#bfc0cf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc0cf;
Background color
Panel with #bfc0cf background
background-color: #bfc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc0cf; background: linear-gradient(135deg, #bfc0cf, #C9BFCF);