#bcbfd8
a light, soft blue · warm · closest name: silver
RGB
188, 191, 216
HSL
234°, 26%, 79%
CMYK
13, 12, 0, 15
Luminance
0.5291
Every format
| HEX | #bcbfd8 |
| RGB | rgb(188, 191, 216) |
| HSL | hsl(234, 26%, 79%) |
| CMYK | cmyk(13%, 12%, 0%, 15%) |
| LAB | lab(77.8 3.9 -12.8) |
| LCH | lch(77.8 13.4 286.9) |
| OKLCH | oklch(0.810 0.035 280.2) |
Copy-ready code
/* CSS */
color: #bcbfd8;
background-color: #bcbfd8;
/* Tailwind (arbitrary) */
class="text-[#bcbfd8] bg-[#bcbfd8]"
/* SCSS */
$brand: #bcbfd8;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#bcbfd8")Accessibility — WCAG contrast
Aa
#bcbfd8 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfd8 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue84.7%
CMYK percentages
Cyan13.0%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#bcbfd8 text on a black background
contrast 11.58:1
Card sample
#bcbfd8 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfd8;
Background color
Panel with #bcbfd8 background
background-color: #bcbfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfd8; background: linear-gradient(135deg, #bcbfd8, #CCBCD8);