#bcb7cf
a light, soft blue · warm · closest name: silver
RGB
188, 183, 207
HSL
253°, 20%, 77%
CMYK
9, 12, 0, 19
Luminance
0.4906
Every format
| HEX | #bcb7cf |
| RGB | rgb(188, 183, 207) |
| HSL | hsl(253, 20%, 77%) |
| CMYK | cmyk(9%, 12%, 0%, 19%) |
| LAB | lab(75.5 6.4 -11.4) |
| LCH | lch(75.5 13.1 299.1) |
| OKLCH | oklch(0.791 0.034 295.2) |
Copy-ready code
/* CSS */
color: #bcb7cf;
background-color: #bcb7cf;
/* Tailwind (arbitrary) */
class="text-[#bcb7cf] bg-[#bcb7cf]"
/* SCSS */
$brand: #bcb7cf;
/* SwiftUI */
Color(red: 0.737, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#bcb7cf")Accessibility — WCAG contrast
Aa
#bcb7cf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb7cf on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.8%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#bcb7cf text on a black background
contrast 10.81:1
Card sample
#bcb7cf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb7cf;
Background color
Panel with #bcb7cf background
background-color: #bcb7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb7cf; background: linear-gradient(135deg, #bcb7cf, #CCB7CF);