#bcb2d2
a light, soft violet · warm · closest name: silver
RGB
188, 178, 210
HSL
259°, 26%, 76%
CMYK
11, 15, 0, 18
Luminance
0.4719
Every format
| HEX | #bcb2d2 |
| RGB | rgb(188, 178, 210) |
| HSL | hsl(259, 26%, 76%) |
| CMYK | cmyk(11%, 15%, 0%, 18%) |
| LAB | lab(74.3 9.7 -14.8) |
| LCH | lch(74.3 17.7 303.2) |
| OKLCH | oklch(0.782 0.046 299.6) |
Copy-ready code
/* CSS */
color: #bcb2d2;
background-color: #bcb2d2;
/* Tailwind (arbitrary) */
class="text-[#bcb2d2] bg-[#bcb2d2]"
/* SCSS */
$brand: #bcb2d2;
/* SwiftUI */
Color(red: 0.737, green: 0.698, blue: 0.824)
/* Android */
Color.parseColor("#bcb2d2")Accessibility — WCAG contrast
Aa
#bcb2d2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb2d2 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.8%
Blue82.4%
CMYK percentages
Cyan10.5%
Magenta15.2%
Yellow0.0%
Key (black)17.6%
Color previews
#bcb2d2 text on a black background
contrast 10.44:1
Card sample
#bcb2d2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb2d2;
Background color
Panel with #bcb2d2 background
background-color: #bcb2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 178, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 178, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb2d2; background: linear-gradient(135deg, #bcb2d2, #D1B2D2);