#bdbccd
a light, muted blue · warm · closest name: silver
RGB
189, 188, 205
HSL
244°, 15%, 77%
CMYK
8, 8, 0, 20
Luminance
0.5119
Every format
| HEX | #bdbccd |
| RGB | rgb(189, 188, 205) |
| HSL | hsl(244, 15%, 77%) |
| CMYK | cmyk(8%, 8%, 0%, 20%) |
| LAB | lab(76.8 3.6 -8.4) |
| LCH | lch(76.8 9.1 293.3) |
| OKLCH | oklch(0.801 0.024 288.6) |
Copy-ready code
/* CSS */
color: #bdbccd;
background-color: #bdbccd;
/* Tailwind (arbitrary) */
class="text-[#bdbccd] bg-[#bdbccd]"
/* SCSS */
$brand: #bdbccd;
/* SwiftUI */
Color(red: 0.741, green: 0.737, blue: 0.804)
/* Android */
Color.parseColor("#bdbccd")Accessibility — WCAG contrast
Aa
#bdbccd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbccd on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.7%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta8.3%
Yellow0.0%
Key (black)19.6%
Color previews
#bdbccd text on a black background
contrast 11.24:1
Card sample
#bdbccd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbccd;
Background color
Panel with #bdbccd background
background-color: #bdbccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 188, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 188, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbccd; background: linear-gradient(135deg, #bdbccd, #C8BCCD);