#bca2eb
a light, vivid violet · warm · closest name: plum
RGB
188, 162, 235
HSL
261°, 65%, 78%
CMYK
20, 31, 0, 8
Luminance
0.4253
Every format
| HEX | #bca2eb |
| RGB | rgb(188, 162, 235) |
| HSL | hsl(261, 65%, 78%) |
| CMYK | cmyk(20%, 31%, 0%, 8%) |
| LAB | lab(71.2 23.9 -33.2) |
| LCH | lch(71.2 40.9 305.8) |
| OKLCH | oklch(0.761 0.106 300.3) |
Copy-ready code
/* CSS */
color: #bca2eb;
background-color: #bca2eb;
/* Tailwind (arbitrary) */
class="text-[#bca2eb] bg-[#bca2eb]"
/* SCSS */
$brand: #bca2eb;
/* SwiftUI */
Color(red: 0.737, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#bca2eb")Accessibility — WCAG contrast
Aa
#bca2eb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bca2eb on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green63.5%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bca2eb text on a black background
contrast 9.51:1
Card sample
#bca2eb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bca2eb;
Background color
Panel with #bca2eb background
background-color: #bca2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bca2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bca2eb; background: linear-gradient(135deg, #bca2eb, #EBA2E9);