#bcadcd
a light, soft violet · warm · closest name: silver
RGB
188, 173, 205
HSL
268°, 24%, 74%
CMYK
8, 16, 0, 20
Luminance
0.4499
Every format
| HEX | #bcadcd |
| RGB | rgb(188, 173, 205) |
| HSL | hsl(268, 24%, 74%) |
| CMYK | cmyk(8%, 16%, 0%, 20%) |
| LAB | lab(72.9 11.4 -14.3) |
| LCH | lch(72.9 18.3 308.7) |
| OKLCH | oklch(0.771 0.048 306.4) |
Copy-ready code
/* CSS */
color: #bcadcd;
background-color: #bcadcd;
/* Tailwind (arbitrary) */
class="text-[#bcadcd] bg-[#bcadcd]"
/* SCSS */
$brand: #bcadcd;
/* SwiftUI */
Color(red: 0.737, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#bcadcd")Accessibility — WCAG contrast
Aa
#bcadcd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcadcd on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.8%
Blue80.4%
CMYK percentages
Cyan8.3%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#bcadcd text on a black background
contrast 10.00:1
Card sample
#bcadcd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcadcd;
Background color
Panel with #bcadcd background
background-color: #bcadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcadcd; background: linear-gradient(135deg, #bcadcd, #CDADC9);