#bcacda
a light, soft violet · warm · closest name: plum
RGB
188, 172, 218
HSL
261°, 38%, 77%
CMYK
14, 21, 0, 15
Luminance
0.4526
Every format
| HEX | #bcacda |
| RGB | rgb(188, 172, 218) |
| HSL | hsl(261, 38%, 77%) |
| CMYK | cmyk(14%, 21%, 0%, 15%) |
| LAB | lab(73.1 14.7 -21.1) |
| LCH | lch(73.1 25.7 304.8) |
| OKLCH | oklch(0.773 0.067 300.7) |
Copy-ready code
/* CSS */
color: #bcacda;
background-color: #bcacda;
/* Tailwind (arbitrary) */
class="text-[#bcacda] bg-[#bcacda]"
/* SCSS */
$brand: #bcacda;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#bcacda")Accessibility — WCAG contrast
Aa
#bcacda on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacda on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue85.5%
CMYK percentages
Cyan13.8%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#bcacda text on a black background
contrast 10.05:1
Card sample
#bcacda text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacda;
Background color
Panel with #bcacda background
background-color: #bcacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacda; background: linear-gradient(135deg, #bcacda, #DAACD9);