#bcb6df
a light, soft blue · warm · closest name: lavender
RGB
188, 182, 223
HSL
249°, 39%, 79%
CMYK
16, 18, 0, 13
Luminance
0.4947
Every format
| HEX | #bcb6df |
| RGB | rgb(188, 182, 223) |
| HSL | hsl(249, 39%, 79%) |
| CMYK | cmyk(16%, 18%, 0%, 13%) |
| LAB | lab(75.8 10.3 -19.8) |
| LCH | lch(75.8 22.3 297.5) |
| OKLCH | oklch(0.795 0.058 291.7) |
Copy-ready code
/* CSS */
color: #bcb6df;
background-color: #bcb6df;
/* Tailwind (arbitrary) */
class="text-[#bcb6df] bg-[#bcb6df]"
/* SCSS */
$brand: #bcb6df;
/* SwiftUI */
Color(red: 0.737, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#bcb6df")Accessibility — WCAG contrast
Aa
#bcb6df on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb6df on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.4%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta18.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bcb6df text on a black background
contrast 10.89:1
Card sample
#bcb6df text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb6df;
Background color
Panel with #bcb6df background
background-color: #bcb6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb6df; background: linear-gradient(135deg, #bcb6df, #D7B6DF);