#bcbcdf
a light, soft blue · warm · closest name: lavender
RGB
188, 188, 223
HSL
240°, 35%, 81%
CMYK
16, 16, 0, 13
Luminance
0.5199
Every format
| HEX | #bcbcdf |
| RGB | rgb(188, 188, 223) |
| HSL | hsl(240, 35%, 81%) |
| CMYK | cmyk(16%, 16%, 0%, 13%) |
| LAB | lab(77.3 7.0 -17.4) |
| LCH | lch(77.3 18.8 291.9) |
| OKLCH | oklch(0.807 0.049 285.2) |
Copy-ready code
/* CSS */
color: #bcbcdf;
background-color: #bcbcdf;
/* Tailwind (arbitrary) */
class="text-[#bcbcdf] bg-[#bcbcdf]"
/* SCSS */
$brand: #bcbcdf;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#bcbcdf")Accessibility — WCAG contrast
Aa
#bcbcdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcdf on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bcbcdf text on a black background
contrast 11.40:1
Card sample
#bcbcdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcdf;
Background color
Panel with #bcbcdf background
background-color: #bcbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcdf; background: linear-gradient(135deg, #bcbcdf, #D3BCDF);