#bcb3df
a light, soft blue · warm · closest name: plum
RGB
188, 179, 223
HSL
252°, 41%, 79%
CMYK
16, 20, 0, 13
Luminance
0.4826
Every format
| HEX | #bcb3df |
| RGB | rgb(188, 179, 223) |
| HSL | hsl(252, 41%, 79%) |
| CMYK | cmyk(16%, 20%, 0%, 13%) |
| LAB | lab(75.0 11.9 -20.9) |
| LCH | lch(75.0 24.1 299.7) |
| OKLCH | oklch(0.789 0.063 294.3) |
Copy-ready code
/* CSS */
color: #bcb3df;
background-color: #bcb3df;
/* Tailwind (arbitrary) */
class="text-[#bcb3df] bg-[#bcb3df]"
/* SCSS */
$brand: #bcb3df;
/* SwiftUI */
Color(red: 0.737, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#bcb3df")Accessibility — WCAG contrast
Aa
#bcb3df on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb3df on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green70.2%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta19.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bcb3df text on a black background
contrast 10.65:1
Card sample
#bcb3df text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb3df;
Background color
Panel with #bcb3df background
background-color: #bcb3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb3df; background: linear-gradient(135deg, #bcb3df, #D9B3DF);