#bcabf2
a light, vivid blue · warm · closest name: plum
RGB
188, 171, 242
HSL
254°, 73%, 81%
CMYK
22, 29, 0, 5
Luminance
0.4623
Every format
| HEX | #bcabf2 |
| RGB | rgb(188, 171, 242) |
| HSL | hsl(254, 73%, 81%) |
| CMYK | cmyk(22%, 29%, 0%, 5%) |
| LAB | lab(73.7 20.6 -33.2) |
| LCH | lch(73.7 39.0 301.8) |
| OKLCH | oklch(0.781 0.101 294.9) |
Copy-ready code
/* CSS */
color: #bcabf2;
background-color: #bcabf2;
/* Tailwind (arbitrary) */
class="text-[#bcabf2] bg-[#bcabf2]"
/* SCSS */
$brand: #bcabf2;
/* SwiftUI */
Color(red: 0.737, green: 0.671, blue: 0.949)
/* Android */
Color.parseColor("#bcabf2")Accessibility — WCAG contrast
Aa
#bcabf2 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcabf2 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.1%
Blue94.9%
CMYK percentages
Cyan22.3%
Magenta29.3%
Yellow0.0%
Key (black)5.1%
Color previews
#bcabf2 text on a black background
contrast 10.25:1
Card sample
#bcabf2 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcabf2;
Background color
Panel with #bcabf2 background
background-color: #bcabf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcabf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 171, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 171, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcabf2; background: linear-gradient(135deg, #bcabf2, #EBABF2);