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