#bcb3cf
a light, soft violet · warm · closest name: silver
RGB
188, 179, 207
HSL
259°, 23%, 76%
CMYK
9, 14, 0, 19
Luminance
0.4744
Every format
| HEX | #bcb3cf |
| RGB | rgb(188, 179, 207) |
| HSL | hsl(259, 23%, 76%) |
| CMYK | cmyk(9%, 14%, 0%, 19%) |
| LAB | lab(74.5 8.6 -13.0) |
| LCH | lch(74.5 15.5 303.4) |
| OKLCH | oklch(0.783 0.040 300.1) |
Copy-ready code
/* CSS */
color: #bcb3cf;
background-color: #bcb3cf;
/* Tailwind (arbitrary) */
class="text-[#bcb3cf] bg-[#bcb3cf]"
/* SCSS */
$brand: #bcb3cf;
/* SwiftUI */
Color(red: 0.737, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#bcb3cf")Accessibility — WCAG contrast
Aa
#bcb3cf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb3cf on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green70.2%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bcb3cf text on a black background
contrast 10.49:1
Card sample
#bcb3cf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb3cf;
Background color
Panel with #bcb3cf background
background-color: #bcb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb3cf; background: linear-gradient(135deg, #bcb3cf, #CFB3CF);