#bcb7fd
a pale, electric blue · warm · closest name: plum
RGB
188, 183, 253
HSL
244°, 95%, 86%
CMYK
26, 28, 0, 1
Luminance
0.5165
Every format
| HEX | #bcb7fd |
| RGB | rgb(188, 183, 253) |
| HSL | hsl(244, 95%, 86%) |
| CMYK | cmyk(26%, 28%, 0%, 1%) |
| LAB | lab(77.1 16.5 -33.9) |
| LCH | lch(77.1 37.7 295.9) |
| OKLCH | oklch(0.809 0.098 287.3) |
Copy-ready code
/* CSS */
color: #bcb7fd;
background-color: #bcb7fd;
/* Tailwind (arbitrary) */
class="text-[#bcb7fd] bg-[#bcb7fd]"
/* SCSS */
$brand: #bcb7fd;
/* SwiftUI */
Color(red: 0.737, green: 0.718, blue: 0.992)
/* Android */
Color.parseColor("#bcb7fd")Accessibility — WCAG contrast
Aa
#bcb7fd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb7fd on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.8%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta27.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bcb7fd text on a black background
contrast 11.33:1
Card sample
#bcb7fd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb7fd;
Background color
Panel with #bcb7fd background
background-color: #bcb7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 183, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 183, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb7fd; background: linear-gradient(135deg, #bcb7fd, #EBB7FD);