#bdc7cf
a light, soft blue · cool · closest name: silver
RGB
189, 199, 207
HSL
207°, 16%, 78%
CMYK
9, 4, 0, 19
Luminance
0.5617
Every format
| HEX | #bdc7cf |
| RGB | rgb(189, 199, 207) |
| HSL | hsl(207, 16%, 78%) |
| CMYK | cmyk(9%, 4%, 0%, 19%) |
| LAB | lab(79.7 -1.9 -5.2) |
| LCH | lch(79.7 5.5 250.2) |
| OKLCH | oklch(0.824 0.016 241.8) |
Copy-ready code
/* CSS */
color: #bdc7cf;
background-color: #bdc7cf;
/* Tailwind (arbitrary) */
class="text-[#bdc7cf] bg-[#bdc7cf]"
/* SCSS */
$brand: #bdc7cf;
/* SwiftUI */
Color(red: 0.741, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#bdc7cf")Accessibility — WCAG contrast
Aa
#bdc7cf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc7cf on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green78.0%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bdc7cf text on a black background
contrast 12.23:1
Card sample
#bdc7cf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc7cf;
Background color
Panel with #bdc7cf background
background-color: #bdc7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc7cf; background: linear-gradient(135deg, #bdc7cf, #BFBDCF);