#bcaace
a light, soft violet · warm · closest name: plum
RGB
188, 170, 206
HSL
270°, 27%, 74%
CMYK
9, 18, 0, 19
Luminance
0.4390
Every format
| HEX | #bcaace |
| RGB | rgb(188, 170, 206) |
| HSL | hsl(270, 27%, 74%) |
| CMYK | cmyk(9%, 18%, 0%, 19%) |
| LAB | lab(72.2 13.3 -15.9) |
| LCH | lch(72.2 20.7 309.9) |
| OKLCH | oklch(0.765 0.054 307.7) |
Copy-ready code
/* CSS */
color: #bcaace;
background-color: #bcaace;
/* Tailwind (arbitrary) */
class="text-[#bcaace] bg-[#bcaace]"
/* SCSS */
$brand: #bcaace;
/* SwiftUI */
Color(red: 0.737, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#bcaace")Accessibility — WCAG contrast
Aa
#bcaace on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaace on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green66.7%
Blue80.8%
CMYK percentages
Cyan8.7%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#bcaace text on a black background
contrast 9.78:1
Card sample
#bcaace text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaace;
Background color
Panel with #bcaace background
background-color: #bcaace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaace; background: linear-gradient(135deg, #bcaace, #CEAAC8);