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