#b3bdc9
a light, soft blue · cool · closest name: silver
RGB
179, 189, 201
HSL
213°, 17%, 75%
CMYK
11, 6, 0, 21
Luminance
0.5020
Every format
| HEX | #b3bdc9 |
| RGB | rgb(179, 189, 201) |
| HSL | hsl(213, 17%, 75%) |
| CMYK | cmyk(11%, 6%, 0%, 21%) |
| LAB | lab(76.2 -1.1 -7.2) |
| LCH | lch(76.2 7.3 261.6) |
| OKLCH | oklch(0.794 0.020 252.9) |
Copy-ready code
/* CSS */
color: #b3bdc9;
background-color: #b3bdc9;
/* Tailwind (arbitrary) */
class="text-[#b3bdc9] bg-[#b3bdc9]"
/* SCSS */
$brand: #b3bdc9;
/* SwiftUI */
Color(red: 0.702, green: 0.741, blue: 0.788)
/* Android */
Color.parseColor("#b3bdc9")Accessibility — WCAG contrast
Aa
#b3bdc9 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bdc9 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.1%
Blue78.8%
CMYK percentages
Cyan10.9%
Magenta6.0%
Yellow0.0%
Key (black)21.2%
Color previews
#b3bdc9 text on a black background
contrast 11.04:1
Card sample
#b3bdc9 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bdc9;
Background color
Panel with #b3bdc9 background
background-color: #b3bdc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bdc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 189, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 189, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bdc9; background: linear-gradient(135deg, #b3bdc9, #B8B3C9);