#bcacec
a light, vivid violet · warm · closest name: plum
RGB
188, 172, 236
HSL
255°, 63%, 80%
CMYK
20, 27, 0, 8
Luminance
0.4625
Every format
| HEX | #bcacec |
| RGB | rgb(188, 172, 236) |
| HSL | hsl(255, 63%, 80%) |
| CMYK | cmyk(20%, 27%, 0%, 8%) |
| LAB | lab(73.7 18.6 -29.9) |
| LCH | lch(73.7 35.3 301.9) |
| OKLCH | oklch(0.780 0.091 295.7) |
Copy-ready code
/* CSS */
color: #bcacec;
background-color: #bcacec;
/* Tailwind (arbitrary) */
class="text-[#bcacec] bg-[#bcacec]"
/* SCSS */
$brand: #bcacec;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#bcacec")Accessibility — WCAG contrast
Aa
#bcacec on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacec on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue92.5%
CMYK percentages
Cyan20.3%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#bcacec text on a black background
contrast 10.25:1
Card sample
#bcacec text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacec;
Background color
Panel with #bcacec background
background-color: #bcacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacec; background: linear-gradient(135deg, #bcacec, #E7ACEC);