#bcb0cf
a light, soft violet · warm · closest name: silver
RGB
188, 176, 207
HSL
263°, 24%, 75%
CMYK
9, 15, 0, 19
Luminance
0.4625
Every format
| HEX | #bcb0cf |
| RGB | rgb(188, 176, 207) |
| HSL | hsl(263, 24%, 75%) |
| CMYK | cmyk(9%, 15%, 0%, 19%) |
| LAB | lab(73.7 10.2 -14.1) |
| LCH | lch(73.7 17.4 305.8) |
| OKLCH | oklch(0.777 0.045 302.9) |
Copy-ready code
/* CSS */
color: #bcb0cf;
background-color: #bcb0cf;
/* Tailwind (arbitrary) */
class="text-[#bcb0cf] bg-[#bcb0cf]"
/* SCSS */
$brand: #bcb0cf;
/* SwiftUI */
Color(red: 0.737, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#bcb0cf")Accessibility — WCAG contrast
Aa
#bcb0cf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb0cf on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.0%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#bcb0cf text on a black background
contrast 10.25:1
Card sample
#bcb0cf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb0cf;
Background color
Panel with #bcb0cf background
background-color: #bcb0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb0cf; background: linear-gradient(135deg, #bcb0cf, #CFB0CD);