#bcabf7
a light, electric blue · warm · closest name: plum
RGB
188, 171, 247
HSL
253°, 83%, 82%
CMYK
24, 31, 0, 3
Luminance
0.4653
Every format
| HEX | #bcabf7 |
| RGB | rgb(188, 171, 247) |
| HSL | hsl(253, 83%, 82%) |
| CMYK | cmyk(24%, 31%, 0%, 3%) |
| LAB | lab(73.9 21.7 -35.6) |
| LCH | lch(73.9 41.7 301.4) |
| OKLCH | oklch(0.783 0.108 294.0) |
Copy-ready code
/* CSS */
color: #bcabf7;
background-color: #bcabf7;
/* Tailwind (arbitrary) */
class="text-[#bcabf7] bg-[#bcabf7]"
/* SCSS */
$brand: #bcabf7;
/* SwiftUI */
Color(red: 0.737, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#bcabf7")Accessibility — WCAG contrast
Aa
#bcabf7 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcabf7 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.1%
Blue96.9%
CMYK percentages
Cyan23.9%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#bcabf7 text on a black background
contrast 10.31:1
Card sample
#bcabf7 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcabf7;
Background color
Panel with #bcabf7 background
background-color: #bcabf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcabf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcabf7; background: linear-gradient(135deg, #bcabf7, #EFABF7);