#bca7eb
a light, vivid violet · warm · closest name: plum
RGB
188, 167, 235
HSL
259°, 63%, 79%
CMYK
20, 29, 0, 8
Luminance
0.4433
Every format
| HEX | #bca7eb |
| RGB | rgb(188, 167, 235) |
| HSL | hsl(259, 63%, 79%) |
| CMYK | cmyk(20%, 29%, 0%, 8%) |
| LAB | lab(72.5 21.2 -31.3) |
| LCH | lch(72.5 37.8 304.1) |
| OKLCH | oklch(0.771 0.098 298.3) |
Copy-ready code
/* CSS */
color: #bca7eb;
background-color: #bca7eb;
/* Tailwind (arbitrary) */
class="text-[#bca7eb] bg-[#bca7eb]"
/* SCSS */
$brand: #bca7eb;
/* SwiftUI */
Color(red: 0.737, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#bca7eb")Accessibility — WCAG contrast
Aa
#bca7eb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bca7eb on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green65.5%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bca7eb text on a black background
contrast 9.87:1
Card sample
#bca7eb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bca7eb;
Background color
Panel with #bca7eb background
background-color: #bca7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bca7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bca7eb; background: linear-gradient(135deg, #bca7eb, #E9A7EB);