#bcbafd
a pale, electric blue · warm · closest name: plum
RGB
188, 186, 253
HSL
242°, 94%, 86%
CMYK
26, 27, 0, 1
Luminance
0.5290
Every format
| HEX | #bcbafd |
| RGB | rgb(188, 186, 253) |
| HSL | hsl(242, 94%, 86%) |
| CMYK | cmyk(26%, 27%, 0%, 1%) |
| LAB | lab(77.8 14.8 -32.8) |
| LCH | lch(77.8 36.0 294.4) |
| OKLCH | oklch(0.814 0.094 285.5) |
Copy-ready code
/* CSS */
color: #bcbafd;
background-color: #bcbafd;
/* Tailwind (arbitrary) */
class="text-[#bcbafd] bg-[#bcbafd]"
/* SCSS */
$brand: #bcbafd;
/* SwiftUI */
Color(red: 0.737, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#bcbafd")Accessibility — WCAG contrast
Aa
#bcbafd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbafd on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.9%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#bcbafd text on a black background
contrast 11.58:1
Card sample
#bcbafd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbafd;
Background color
Panel with #bcbafd background
background-color: #bcbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbafd; background: linear-gradient(135deg, #bcbafd, #E9BAFD);