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