#bcb2cf
a light, soft violet · warm · closest name: silver
RGB
188, 178, 207
HSL
261°, 23%, 76%
CMYK
9, 14, 0, 19
Luminance
0.4704
Every format
| HEX | #bcb2cf |
| RGB | rgb(188, 178, 207) |
| HSL | hsl(261, 23%, 76%) |
| CMYK | cmyk(9%, 14%, 0%, 19%) |
| LAB | lab(74.2 9.1 -13.4) |
| LCH | lch(74.2 16.2 304.3) |
| OKLCH | oklch(0.781 0.042 301.1) |
Copy-ready code
/* CSS */
color: #bcb2cf;
background-color: #bcb2cf;
/* Tailwind (arbitrary) */
class="text-[#bcb2cf] bg-[#bcb2cf]"
/* SCSS */
$brand: #bcb2cf;
/* SwiftUI */
Color(red: 0.737, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#bcb2cf")Accessibility — WCAG contrast
Aa
#bcb2cf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb2cf on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.8%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#bcb2cf text on a black background
contrast 10.41:1
Card sample
#bcb2cf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb2cf;
Background color
Panel with #bcb2cf background
background-color: #bcb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb2cf; background: linear-gradient(135deg, #bcb2cf, #CFB2CF);