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