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