#bcb5df
a light, soft blue · warm · closest name: lavender
RGB
188, 181, 223
HSL
250°, 40%, 79%
CMYK
16, 19, 0, 13
Luminance
0.4907
Every format
| HEX | #bcb5df |
| RGB | rgb(188, 181, 223) |
| HSL | hsl(250, 40%, 79%) |
| CMYK | cmyk(16%, 19%, 0%, 13%) |
| LAB | lab(75.5 10.8 -20.1) |
| LCH | lch(75.5 22.9 298.3) |
| OKLCH | oklch(0.793 0.059 292.6) |
Copy-ready code
/* CSS */
color: #bcb5df;
background-color: #bcb5df;
/* Tailwind (arbitrary) */
class="text-[#bcb5df] bg-[#bcb5df]"
/* SCSS */
$brand: #bcb5df;
/* SwiftUI */
Color(red: 0.737, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#bcb5df")Accessibility — WCAG contrast
Aa
#bcb5df on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb5df on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta18.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bcb5df text on a black background
contrast 10.81:1
Card sample
#bcb5df text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb5df;
Background color
Panel with #bcb5df background
background-color: #bcb5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb5df; background: linear-gradient(135deg, #bcb5df, #D8B5DF);