#bcb2db
a light, soft blue · warm · closest name: plum
RGB
188, 178, 219
HSL
255°, 36%, 78%
CMYK
14, 19, 0, 14
Luminance
0.4765
Every format
| HEX | #bcb2db |
| RGB | rgb(188, 178, 219) |
| HSL | hsl(255, 36%, 78%) |
| CMYK | cmyk(14%, 19%, 0%, 14%) |
| LAB | lab(74.6 11.6 -19.3) |
| LCH | lch(74.6 22.5 301.0) |
| OKLCH | oklch(0.785 0.059 296.2) |
Copy-ready code
/* CSS */
color: #bcb2db;
background-color: #bcb2db;
/* Tailwind (arbitrary) */
class="text-[#bcb2db] bg-[#bcb2db]"
/* SCSS */
$brand: #bcb2db;
/* SwiftUI */
Color(red: 0.737, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#bcb2db")Accessibility — WCAG contrast
Aa
#bcb2db on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb2db on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.8%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#bcb2db text on a black background
contrast 10.53:1
Card sample
#bcb2db text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb2db;
Background color
Panel with #bcb2db background
background-color: #bcb2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb2db; background: linear-gradient(135deg, #bcb2db, #D7B2DB);