#bcbdfd
a pale, electric blue · warm · closest name: plum
RGB
188, 189, 253
HSL
239°, 94%, 87%
CMYK
26, 25, 0, 1
Luminance
0.5418
Every format
| HEX | #bcbdfd |
| RGB | rgb(188, 189, 253) |
| HSL | hsl(239, 94%, 87%) |
| CMYK | cmyk(26%, 25%, 0%, 1%) |
| LAB | lab(78.6 13.2 -31.6) |
| LCH | lch(78.6 34.3 292.7) |
| OKLCH | oklch(0.820 0.090 283.5) |
Copy-ready code
/* CSS */
color: #bcbdfd;
background-color: #bcbdfd;
/* Tailwind (arbitrary) */
class="text-[#bcbdfd] bg-[#bcbdfd]"
/* SCSS */
$brand: #bcbdfd;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#bcbdfd")Accessibility — WCAG contrast
Aa
#bcbdfd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbdfd on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#bcbdfd text on a black background
contrast 11.84:1
Card sample
#bcbdfd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbdfd;
Background color
Panel with #bcbdfd background
background-color: #bcbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbdfd; background: linear-gradient(135deg, #bcbdfd, #E6BCFD);