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