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