#bcb8cf
a light, soft blue · warm · closest name: silver
RGB
188, 184, 207
HSL
250°, 19%, 77%
CMYK
9, 11, 0, 19
Luminance
0.4948
Every format
| HEX | #bcb8cf |
| RGB | rgb(188, 184, 207) |
| HSL | hsl(250, 19%, 77%) |
| CMYK | cmyk(9%, 11%, 0%, 19%) |
| LAB | lab(75.8 5.8 -11.1) |
| LCH | lch(75.8 12.5 297.8) |
| OKLCH | oklch(0.793 0.033 293.6) |
Copy-ready code
/* CSS */
color: #bcb8cf;
background-color: #bcb8cf;
/* Tailwind (arbitrary) */
class="text-[#bcb8cf] bg-[#bcb8cf]"
/* SCSS */
$brand: #bcb8cf;
/* SwiftUI */
Color(red: 0.737, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#bcb8cf")Accessibility — WCAG contrast
Aa
#bcb8cf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb8cf on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.2%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta11.1%
Yellow0.0%
Key (black)18.8%
Color previews
#bcb8cf text on a black background
contrast 10.90:1
Card sample
#bcb8cf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb8cf;
Background color
Panel with #bcb8cf background
background-color: #bcb8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb8cf; background: linear-gradient(135deg, #bcb8cf, #CBB8CF);