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