#bcb8eb
a light, vivid blue · warm · closest name: plum
RGB
188, 184, 235
HSL
245°, 56%, 82%
CMYK
20, 22, 0, 8
Luminance
0.5097
Every format
| HEX | #bcb8eb |
| RGB | rgb(188, 184, 235) |
| HSL | hsl(245, 56%, 82%) |
| CMYK | cmyk(20%, 22%, 0%, 8%) |
| LAB | lab(76.7 11.8 -24.9) |
| LCH | lch(76.7 27.5 295.4) |
| OKLCH | oklch(0.803 0.072 288.3) |
Copy-ready code
/* CSS */
color: #bcb8eb;
background-color: #bcb8eb;
/* Tailwind (arbitrary) */
class="text-[#bcb8eb] bg-[#bcb8eb]"
/* SCSS */
$brand: #bcb8eb;
/* SwiftUI */
Color(red: 0.737, green: 0.722, blue: 0.922)
/* Android */
Color.parseColor("#bcb8eb")Accessibility — WCAG contrast
Aa
#bcb8eb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb8eb on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.2%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta21.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bcb8eb text on a black background
contrast 11.19:1
Card sample
#bcb8eb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb8eb;
Background color
Panel with #bcb8eb background
background-color: #bcb8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 184, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 184, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb8eb; background: linear-gradient(135deg, #bcb8eb, #DEB8EB);