#bcbccf
a light, soft blue · warm · closest name: silver
RGB
188, 188, 207
HSL
240°, 17%, 78%
CMYK
9, 9, 0, 19
Luminance
0.5116
Every format
| HEX | #bcbccf |
| RGB | rgb(188, 188, 207) |
| HSL | hsl(240, 17%, 78%) |
| CMYK | cmyk(9%, 9%, 0%, 19%) |
| LAB | lab(76.8 3.7 -9.5) |
| LCH | lch(76.8 10.2 291.1) |
| OKLCH | oklch(0.801 0.027 285.8) |
Copy-ready code
/* CSS */
color: #bcbccf;
background-color: #bcbccf;
/* Tailwind (arbitrary) */
class="text-[#bcbccf] bg-[#bcbccf]"
/* SCSS */
$brand: #bcbccf;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#bcbccf")Accessibility — WCAG contrast
Aa
#bcbccf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbccf on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#bcbccf text on a black background
contrast 11.23:1
Card sample
#bcbccf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbccf;
Background color
Panel with #bcbccf background
background-color: #bcbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbccf; background: linear-gradient(135deg, #bcbccf, #C9BCCF);