#bcabf4
a light, electric blue · warm · closest name: plum
RGB
188, 171, 244
HSL
254°, 77%, 81%
CMYK
23, 30, 0, 4
Luminance
0.4635
Every format
| HEX | #bcabf4 |
| RGB | rgb(188, 171, 244) |
| HSL | hsl(254, 77%, 81%) |
| CMYK | cmyk(23%, 30%, 0%, 4%) |
| LAB | lab(73.8 21.0 -34.2) |
| LCH | lch(73.8 40.1 301.6) |
| OKLCH | oklch(0.782 0.104 294.6) |
Copy-ready code
/* CSS */
color: #bcabf4;
background-color: #bcabf4;
/* Tailwind (arbitrary) */
class="text-[#bcabf4] bg-[#bcabf4]"
/* SCSS */
$brand: #bcabf4;
/* SwiftUI */
Color(red: 0.737, green: 0.671, blue: 0.957)
/* Android */
Color.parseColor("#bcabf4")Accessibility — WCAG contrast
Aa
#bcabf4 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcabf4 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.1%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta29.9%
Yellow0.0%
Key (black)4.3%
Color previews
#bcabf4 text on a black background
contrast 10.27:1
Card sample
#bcabf4 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcabf4;
Background color
Panel with #bcabf4 background
background-color: #bcabf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcabf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 171, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 171, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcabf4; background: linear-gradient(135deg, #bcabf4, #EDABF4);