#bcbfd6
a light, soft blue · warm · closest name: silver
RGB
188, 191, 214
HSL
233°, 24%, 79%
CMYK
12, 11, 0, 16
Luminance
0.5281
Every format
| HEX | #bcbfd6 |
| RGB | rgb(188, 191, 214) |
| HSL | hsl(233, 24%, 79%) |
| CMYK | cmyk(12%, 11%, 0%, 16%) |
| LAB | lab(77.8 3.5 -11.8) |
| LCH | lch(77.8 12.3 286.4) |
| OKLCH | oklch(0.809 0.032 279.7) |
Copy-ready code
/* CSS */
color: #bcbfd6;
background-color: #bcbfd6;
/* Tailwind (arbitrary) */
class="text-[#bcbfd6] bg-[#bcbfd6]"
/* SCSS */
$brand: #bcbfd6;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#bcbfd6")Accessibility — WCAG contrast
Aa
#bcbfd6 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfd6 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue83.9%
CMYK percentages
Cyan12.1%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#bcbfd6 text on a black background
contrast 11.56:1
Card sample
#bcbfd6 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfd6;
Background color
Panel with #bcbfd6 background
background-color: #bcbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfd6; background: linear-gradient(135deg, #bcbfd6, #CABCD6);