#bcb6cf
a light, soft blue · warm · closest name: silver
RGB
188, 182, 207
HSL
254°, 21%, 76%
CMYK
9, 12, 0, 19
Luminance
0.4865
Every format
| HEX | #bcb6cf |
| RGB | rgb(188, 182, 207) |
| HSL | hsl(254, 21%, 76%) |
| CMYK | cmyk(9%, 12%, 0%, 19%) |
| LAB | lab(75.2 6.9 -11.8) |
| LCH | lch(75.2 13.7 300.3) |
| OKLCH | oklch(0.789 0.036 296.6) |
Copy-ready code
/* CSS */
color: #bcb6cf;
background-color: #bcb6cf;
/* Tailwind (arbitrary) */
class="text-[#bcb6cf] bg-[#bcb6cf]"
/* SCSS */
$brand: #bcb6cf;
/* SwiftUI */
Color(red: 0.737, green: 0.714, blue: 0.812)
/* Android */
Color.parseColor("#bcb6cf")Accessibility — WCAG contrast
Aa
#bcb6cf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb6cf on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.4%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta12.1%
Yellow0.0%
Key (black)18.8%
Color previews
#bcb6cf text on a black background
contrast 10.73:1
Card sample
#bcb6cf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb6cf;
Background color
Panel with #bcb6cf background
background-color: #bcb6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 182, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 182, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb6cf; background: linear-gradient(135deg, #bcb6cf, #CDB6CF);