#bcbdf7
a pale, electric blue · warm · closest name: plum
RGB
188, 189, 247
HSL
239°, 79%, 85%
CMYK
24, 24, 0, 3
Luminance
0.5380
Every format
| HEX | #bcbdf7 |
| RGB | rgb(188, 189, 247) |
| HSL | hsl(239, 79%, 85%) |
| CMYK | cmyk(24%, 24%, 0%, 3%) |
| LAB | lab(78.3 11.8 -28.7) |
| LCH | lch(78.3 31.1 292.3) |
| OKLCH | oklch(0.818 0.081 283.7) |
Copy-ready code
/* CSS */
color: #bcbdf7;
background-color: #bcbdf7;
/* Tailwind (arbitrary) */
class="text-[#bcbdf7] bg-[#bcbdf7]"
/* SCSS */
$brand: #bcbdf7;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#bcbdf7")Accessibility — WCAG contrast
Aa
#bcbdf7 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbdf7 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue96.9%
CMYK percentages
Cyan23.9%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#bcbdf7 text on a black background
contrast 11.76:1
Card sample
#bcbdf7 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbdf7;
Background color
Panel with #bcbdf7 background
background-color: #bcbdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbdf7; background: linear-gradient(135deg, #bcbdf7, #E2BCF7);