#bcbfdb
a light, soft blue · warm · closest name: lavender
RGB
188, 191, 219
HSL
234°, 30%, 80%
CMYK
14, 13, 0, 14
Luminance
0.5307
Every format
| HEX | #bcbfdb |
| RGB | rgb(188, 191, 219) |
| HSL | hsl(234, 30%, 80%) |
| CMYK | cmyk(14%, 13%, 0%, 14%) |
| LAB | lab(77.9 4.5 -14.3) |
| LCH | lch(77.9 15.0 287.6) |
| OKLCH | oklch(0.811 0.039 280.6) |
Copy-ready code
/* CSS */
color: #bcbfdb;
background-color: #bcbfdb;
/* Tailwind (arbitrary) */
class="text-[#bcbfdb] bg-[#bcbfdb]"
/* SCSS */
$brand: #bcbfdb;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#bcbfdb")Accessibility — WCAG contrast
Aa
#bcbfdb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfdb on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#bcbfdb text on a black background
contrast 11.61:1
Card sample
#bcbfdb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfdb;
Background color
Panel with #bcbfdb background
background-color: #bcbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfdb; background: linear-gradient(135deg, #bcbfdb, #CEBCDB);