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