#bcbaf1
a light, vivid blue · warm · closest name: plum
RGB
188, 186, 241
HSL
242°, 66%, 84%
CMYK
22, 23, 0, 6
Luminance
0.5216
Every format
| HEX | #bcbaf1 |
| RGB | rgb(188, 186, 241) |
| HSL | hsl(242, 66%, 84%) |
| CMYK | cmyk(22%, 23%, 0%, 6%) |
| LAB | lab(77.4 12.1 -27.0) |
| LCH | lch(77.4 29.6 294.1) |
| OKLCH | oklch(0.809 0.077 286.2) |
Copy-ready code
/* CSS */
color: #bcbaf1;
background-color: #bcbaf1;
/* Tailwind (arbitrary) */
class="text-[#bcbaf1] bg-[#bcbaf1]"
/* SCSS */
$brand: #bcbaf1;
/* SwiftUI */
Color(red: 0.737, green: 0.729, blue: 0.945)
/* Android */
Color.parseColor("#bcbaf1")Accessibility — WCAG contrast
Aa
#bcbaf1 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbaf1 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.9%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta22.8%
Yellow0.0%
Key (black)5.5%
Color previews
#bcbaf1 text on a black background
contrast 11.43:1
Card sample
#bcbaf1 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbaf1;
Background color
Panel with #bcbaf1 background
background-color: #bcbaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 186, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 186, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbaf1; background: linear-gradient(135deg, #bcbaf1, #E1BAF1);