#bcbaf7
a light, electric blue · warm · closest name: plum
RGB
188, 186, 247
HSL
242°, 79%, 85%
CMYK
24, 25, 0, 3
Luminance
0.5252
Every format
| HEX | #bcbaf7 |
| RGB | rgb(188, 186, 247) |
| HSL | hsl(242, 79%, 85%) |
| CMYK | cmyk(24%, 25%, 0%, 3%) |
| LAB | lab(77.6 13.4 -29.9) |
| LCH | lch(77.6 32.8 294.2) |
| OKLCH | oklch(0.812 0.086 285.8) |
Copy-ready code
/* CSS */
color: #bcbaf7;
background-color: #bcbaf7;
/* Tailwind (arbitrary) */
class="text-[#bcbaf7] bg-[#bcbaf7]"
/* SCSS */
$brand: #bcbaf7;
/* SwiftUI */
Color(red: 0.737, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#bcbaf7")Accessibility — WCAG contrast
Aa
#bcbaf7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbaf7 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.9%
Blue96.9%
CMYK percentages
Cyan23.9%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#bcbaf7 text on a black background
contrast 11.50:1
Card sample
#bcbaf7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbaf7;
Background color
Panel with #bcbaf7 background
background-color: #bcbaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbaf7; background: linear-gradient(135deg, #bcbaf7, #E5BAF7);