#bcb4eb
a light, vivid blue · warm · closest name: plum
RGB
188, 180, 235
HSL
249°, 58%, 81%
CMYK
20, 23, 0, 8
Luminance
0.4933
Every format
| HEX | #bcb4eb |
| RGB | rgb(188, 180, 235) |
| HSL | hsl(249, 58%, 81%) |
| CMYK | cmyk(20%, 23%, 0%, 8%) |
| LAB | lab(75.7 14.0 -26.4) |
| LCH | lch(75.7 29.9 297.9) |
| OKLCH | oklch(0.795 0.078 291.2) |
Copy-ready code
/* CSS */
color: #bcb4eb;
background-color: #bcb4eb;
/* Tailwind (arbitrary) */
class="text-[#bcb4eb] bg-[#bcb4eb]"
/* SCSS */
$brand: #bcb4eb;
/* SwiftUI */
Color(red: 0.737, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#bcb4eb")Accessibility — WCAG contrast
Aa
#bcb4eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb4eb on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green70.6%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bcb4eb text on a black background
contrast 10.87:1
Card sample
#bcb4eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb4eb;
Background color
Panel with #bcb4eb background
background-color: #bcb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb4eb; background: linear-gradient(135deg, #bcb4eb, #E1B4EB);