#bdc2ce
a light, muted blue · cool · closest name: silver
RGB
189, 194, 206
HSL
222°, 15%, 78%
CMYK
8, 6, 0, 19
Luminance
0.5386
Every format
| HEX | #bdc2ce |
| RGB | rgb(189, 194, 206) |
| HSL | hsl(222, 15%, 78%) |
| CMYK | cmyk(8%, 6%, 0%, 19%) |
| LAB | lab(78.4 0.6 -6.6) |
| LCH | lch(78.4 6.6 275.2) |
| OKLCH | oklch(0.814 0.018 267.8) |
Copy-ready code
/* CSS */
color: #bdc2ce;
background-color: #bdc2ce;
/* Tailwind (arbitrary) */
class="text-[#bdc2ce] bg-[#bdc2ce]"
/* SCSS */
$brand: #bdc2ce;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#bdc2ce")Accessibility — WCAG contrast
Aa
#bdc2ce on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc2ce on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.1%
Blue80.8%
CMYK percentages
Cyan8.3%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#bdc2ce text on a black background
contrast 11.77:1
Card sample
#bdc2ce text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc2ce;
Background color
Panel with #bdc2ce background
background-color: #bdc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2ce; background: linear-gradient(135deg, #bdc2ce, #C3BDCE);