#bdc2cd
a light, muted blue · cool · closest name: silver
RGB
189, 194, 205
HSL
221°, 14%, 77%
CMYK
8, 5, 0, 20
Luminance
0.5381
Every format
| HEX | #bdc2cd |
| RGB | rgb(189, 194, 205) |
| HSL | hsl(221, 14%, 77%) |
| CMYK | cmyk(8%, 5%, 0%, 20%) |
| LAB | lab(78.3 0.4 -6.1) |
| LCH | lch(78.3 6.1 273.8) |
| OKLCH | oklch(0.814 0.016 266.3) |
Copy-ready code
/* CSS */
color: #bdc2cd;
background-color: #bdc2cd;
/* Tailwind (arbitrary) */
class="text-[#bdc2cd] bg-[#bdc2cd]"
/* SCSS */
$brand: #bdc2cd;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#bdc2cd")Accessibility — WCAG contrast
Aa
#bdc2cd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc2cd on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.1%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#bdc2cd text on a black background
contrast 11.76:1
Card sample
#bdc2cd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc2cd;
Background color
Panel with #bdc2cd background
background-color: #bdc2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2cd; background: linear-gradient(135deg, #bdc2cd, #C3BDCD);