#bdc2d2
a light, soft blue · warm · closest name: silver
RGB
189, 194, 210
HSL
226°, 19%, 78%
CMYK
10, 8, 0, 18
Luminance
0.5406
Every format
| HEX | #bdc2d2 |
| RGB | rgb(189, 194, 210) |
| HSL | hsl(226, 19%, 78%) |
| CMYK | cmyk(10%, 8%, 0%, 18%) |
| LAB | lab(78.5 1.4 -8.6) |
| LCH | lch(78.5 8.7 279.3) |
| OKLCH | oklch(0.815 0.023 272.0) |
Copy-ready code
/* CSS */
color: #bdc2d2;
background-color: #bdc2d2;
/* Tailwind (arbitrary) */
class="text-[#bdc2d2] bg-[#bdc2d2]"
/* SCSS */
$brand: #bdc2d2;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 0.824)
/* Android */
Color.parseColor("#bdc2d2")Accessibility — WCAG contrast
Aa
#bdc2d2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc2d2 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green76.1%
Blue82.4%
CMYK percentages
Cyan10.0%
Magenta7.6%
Yellow0.0%
Key (black)17.6%
Color previews
#bdc2d2 text on a black background
contrast 11.81:1
Card sample
#bdc2d2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc2d2;
Background color
Panel with #bdc2d2 background
background-color: #bdc2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 194, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2d2; background: linear-gradient(135deg, #bdc2d2, #C6BDD2);