#bcb5eb
a light, vivid blue · warm · closest name: plum
RGB
188, 181, 235
HSL
248°, 57%, 82%
CMYK
20, 23, 0, 8
Luminance
0.4974
Every format
| HEX | #bcb5eb |
| RGB | rgb(188, 181, 235) |
| HSL | hsl(248, 57%, 82%) |
| CMYK | cmyk(20%, 23%, 0%, 8%) |
| LAB | lab(75.9 13.4 -26.0) |
| LCH | lch(75.9 29.3 297.4) |
| OKLCH | oklch(0.797 0.076 290.5) |
Copy-ready code
/* CSS */
color: #bcb5eb;
background-color: #bcb5eb;
/* Tailwind (arbitrary) */
class="text-[#bcb5eb] bg-[#bcb5eb]"
/* SCSS */
$brand: #bcb5eb;
/* SwiftUI */
Color(red: 0.737, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#bcb5eb")Accessibility — WCAG contrast
Aa
#bcb5eb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb5eb on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bcb5eb text on a black background
contrast 10.95:1
Card sample
#bcb5eb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb5eb;
Background color
Panel with #bcb5eb background
background-color: #bcb5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb5eb; background: linear-gradient(135deg, #bcb5eb, #E0B5EB);