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