#bdc0cf
a light, soft blue · warm · closest name: silver
RGB
189, 192, 207
HSL
230°, 16%, 78%
CMYK
9, 7, 0, 19
Luminance
0.5302
Every format
| HEX | #bdc0cf |
| RGB | rgb(189, 192, 207) |
| HSL | hsl(230, 16%, 78%) |
| CMYK | cmyk(9%, 7%, 0%, 19%) |
| LAB | lab(77.9 1.9 -7.9) |
| LCH | lch(77.9 8.1 283.3) |
| OKLCH | oklch(0.810 0.021 276.9) |
Copy-ready code
/* CSS */
color: #bdc0cf;
background-color: #bdc0cf;
/* Tailwind (arbitrary) */
class="text-[#bdc0cf] bg-[#bdc0cf]"
/* SCSS */
$brand: #bdc0cf;
/* SwiftUI */
Color(red: 0.741, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#bdc0cf")Accessibility — WCAG contrast
Aa
#bdc0cf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc0cf on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green75.3%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#bdc0cf text on a black background
contrast 11.60:1
Card sample
#bdc0cf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc0cf;
Background color
Panel with #bdc0cf background
background-color: #bdc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc0cf; background: linear-gradient(135deg, #bdc0cf, #C6BDCF);