#bcb7eb
a light, vivid blue · warm · closest name: plum
RGB
188, 183, 235
HSL
246°, 57%, 82%
CMYK
20, 22, 0, 8
Luminance
0.5056
Every format
| HEX | #bcb7eb |
| RGB | rgb(188, 183, 235) |
| HSL | hsl(246, 57%, 82%) |
| CMYK | cmyk(20%, 22%, 0%, 8%) |
| LAB | lab(76.4 12.4 -25.2) |
| LCH | lch(76.4 28.1 296.1) |
| OKLCH | oklch(0.801 0.073 289.0) |
Copy-ready code
/* CSS */
color: #bcb7eb;
background-color: #bcb7eb;
/* Tailwind (arbitrary) */
class="text-[#bcb7eb] bg-[#bcb7eb]"
/* SCSS */
$brand: #bcb7eb;
/* SwiftUI */
Color(red: 0.737, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#bcb7eb")Accessibility — WCAG contrast
Aa
#bcb7eb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb7eb on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.8%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bcb7eb text on a black background
contrast 11.11:1
Card sample
#bcb7eb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb7eb;
Background color
Panel with #bcb7eb background
background-color: #bcb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb7eb; background: linear-gradient(135deg, #bcb7eb, #DFB7EB);