#bcbfd3
a light, soft blue · warm · closest name: silver
RGB
188, 191, 211
HSL
232°, 21%, 78%
CMYK
11, 10, 0, 17
Luminance
0.5266
Every format
| HEX | #bcbfd3 |
| RGB | rgb(188, 191, 211) |
| HSL | hsl(232, 21%, 78%) |
| CMYK | cmyk(11%, 10%, 0%, 17%) |
| LAB | lab(77.7 2.9 -10.4) |
| LCH | lch(77.7 10.8 285.5) |
| OKLCH | oklch(0.808 0.028 279.0) |
Copy-ready code
/* CSS */
color: #bcbfd3;
background-color: #bcbfd3;
/* Tailwind (arbitrary) */
class="text-[#bcbfd3] bg-[#bcbfd3]"
/* SCSS */
$brand: #bcbfd3;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#bcbfd3")Accessibility — WCAG contrast
Aa
#bcbfd3 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfd3 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue82.7%
CMYK percentages
Cyan10.9%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#bcbfd3 text on a black background
contrast 11.53:1
Card sample
#bcbfd3 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfd3;
Background color
Panel with #bcbfd3 background
background-color: #bcbfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfd3; background: linear-gradient(135deg, #bcbfd3, #C8BCD3);