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