#bfbccd
a light, muted blue · warm · closest name: silver
RGB
191, 188, 205
HSL
251°, 15%, 77%
CMYK
7, 8, 0, 20
Luminance
0.5145
Every format
| HEX | #bfbccd |
| RGB | rgb(191, 188, 205) |
| HSL | hsl(251, 15%, 77%) |
| CMYK | cmyk(7%, 8%, 0%, 20%) |
| LAB | lab(77.0 4.3 -8.2) |
| LCH | lch(77.0 9.2 297.7) |
| OKLCH | oklch(0.803 0.024 294.0) |
Copy-ready code
/* CSS */
color: #bfbccd;
background-color: #bfbccd;
/* Tailwind (arbitrary) */
class="text-[#bfbccd] bg-[#bfbccd]"
/* SCSS */
$brand: #bfbccd;
/* SwiftUI */
Color(red: 0.749, green: 0.737, blue: 0.804)
/* Android */
Color.parseColor("#bfbccd")Accessibility — WCAG contrast
Aa
#bfbccd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbccd on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green73.7%
Blue80.4%
CMYK percentages
Cyan6.8%
Magenta8.3%
Yellow0.0%
Key (black)19.6%
Color previews
#bfbccd text on a black background
contrast 11.29:1
Card sample
#bfbccd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbccd;
Background color
Panel with #bfbccd background
background-color: #bfbccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 188, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 188, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbccd; background: linear-gradient(135deg, #bfbccd, #CABCCD);