#bcb9df
a light, soft blue · warm · closest name: lavender
RGB
188, 185, 223
HSL
245°, 37%, 80%
CMYK
16, 17, 0, 13
Luminance
0.5072
Every format
| HEX | #bcb9df |
| RGB | rgb(188, 185, 223) |
| HSL | hsl(245, 37%, 80%) |
| CMYK | cmyk(16%, 17%, 0%, 13%) |
| LAB | lab(76.5 8.6 -18.6) |
| LCH | lch(76.5 20.5 294.9) |
| OKLCH | oklch(0.801 0.053 288.7) |
Copy-ready code
/* CSS */
color: #bcb9df;
background-color: #bcb9df;
/* Tailwind (arbitrary) */
class="text-[#bcb9df] bg-[#bcb9df]"
/* SCSS */
$brand: #bcb9df;
/* SwiftUI */
Color(red: 0.737, green: 0.725, blue: 0.875)
/* Android */
Color.parseColor("#bcb9df")Accessibility — WCAG contrast
Aa
#bcb9df on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb9df on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta17.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bcb9df text on a black background
contrast 11.14:1
Card sample
#bcb9df text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb9df;
Background color
Panel with #bcb9df background
background-color: #bcb9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 185, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 185, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb9df; background: linear-gradient(135deg, #bcb9df, #D5B9DF);