#bcb4cf
a light, soft violet · warm · closest name: silver
RGB
188, 180, 207
HSL
258°, 22%, 76%
CMYK
9, 13, 0, 19
Luminance
0.4784
Every format
| HEX | #bcb4cf |
| RGB | rgb(188, 180, 207) |
| HSL | hsl(258, 22%, 76%) |
| CMYK | cmyk(9%, 13%, 0%, 19%) |
| LAB | lab(74.7 8.0 -12.6) |
| LCH | lch(74.7 14.9 302.5) |
| OKLCH | oklch(0.785 0.039 299.0) |
Copy-ready code
/* CSS */
color: #bcb4cf;
background-color: #bcb4cf;
/* Tailwind (arbitrary) */
class="text-[#bcb4cf] bg-[#bcb4cf]"
/* SCSS */
$brand: #bcb4cf;
/* SwiftUI */
Color(red: 0.737, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#bcb4cf")Accessibility — WCAG contrast
Aa
#bcb4cf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb4cf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green70.6%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#bcb4cf text on a black background
contrast 10.57:1
Card sample
#bcb4cf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb4cf;
Background color
Panel with #bcb4cf background
background-color: #bcb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb4cf; background: linear-gradient(135deg, #bcb4cf, #CEB4CF);