#bdc2cf
a light, soft blue · cool · closest name: silver
RGB
189, 194, 207
HSL
223°, 16%, 78%
CMYK
9, 6, 0, 19
Luminance
0.5391
Every format
| HEX | #bdc2cf |
| RGB | rgb(189, 194, 207) |
| HSL | hsl(223, 16%, 78%) |
| CMYK | cmyk(9%, 6%, 0%, 19%) |
| LAB | lab(78.4 0.8 -7.1) |
| LCH | lch(78.4 7.1 276.4) |
| OKLCH | oklch(0.814 0.019 269.1) |
Copy-ready code
/* CSS */
color: #bdc2cf;
background-color: #bdc2cf;
/* Tailwind (arbitrary) */
class="text-[#bdc2cf] bg-[#bdc2cf]"
/* SCSS */
$brand: #bdc2cf;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#bdc2cf")Accessibility — WCAG contrast
Aa
#bdc2cf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc2cf on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.1%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#bdc2cf text on a black background
contrast 11.78:1
Card sample
#bdc2cf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc2cf;
Background color
Panel with #bdc2cf background
background-color: #bdc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2cf; background: linear-gradient(135deg, #bdc2cf, #C4BDCF);