#b4bdc5
a light, muted blue · cool · closest name: silver
RGB
180, 189, 197
HSL
208°, 13%, 74%
CMYK
9, 4, 0, 23
Luminance
0.5013
Every format
| HEX | #b4bdc5 |
| RGB | rgb(180, 189, 197) |
| HSL | hsl(208, 13%, 74%) |
| CMYK | cmyk(9%, 4%, 0%, 23%) |
| LAB | lab(76.2 -1.5 -5.1) |
| LCH | lch(76.2 5.3 253.2) |
| OKLCH | oklch(0.794 0.015 244.8) |
Copy-ready code
/* CSS */
color: #b4bdc5;
background-color: #b4bdc5;
/* Tailwind (arbitrary) */
class="text-[#b4bdc5] bg-[#b4bdc5]"
/* SCSS */
$brand: #b4bdc5;
/* SwiftUI */
Color(red: 0.706, green: 0.741, blue: 0.773)
/* Android */
Color.parseColor("#b4bdc5")Accessibility — WCAG contrast
Aa
#b4bdc5 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bdc5 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.1%
Blue77.3%
CMYK percentages
Cyan8.6%
Magenta4.1%
Yellow0.0%
Key (black)22.7%
Color previews
#b4bdc5 text on a black background
contrast 11.03:1
Card sample
#b4bdc5 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bdc5;
Background color
Panel with #b4bdc5 background
background-color: #b4bdc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bdc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 189, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 189, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bdc5; background: linear-gradient(135deg, #b4bdc5, #B6B4C5);