#b0bac4
a light, muted blue · cool · closest name: silver
RGB
176, 186, 196
HSL
210°, 15%, 73%
CMYK
10, 5, 0, 23
Luminance
0.4833
Every format
| HEX | #b0bac4 |
| RGB | rgb(176, 186, 196) |
| HSL | hsl(210, 15%, 73%) |
| CMYK | cmyk(10%, 5%, 0%, 23%) |
| LAB | lab(75.0 -1.5 -6.2) |
| LCH | lch(75.0 6.4 256.7) |
| OKLCH | oklch(0.784 0.018 248.1) |
Copy-ready code
/* CSS */
color: #b0bac4;
background-color: #b0bac4;
/* Tailwind (arbitrary) */
class="text-[#b0bac4] bg-[#b0bac4]"
/* SCSS */
$brand: #b0bac4;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.769)
/* Android */
Color.parseColor("#b0bac4")Accessibility — WCAG contrast
Aa
#b0bac4 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bac4 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue76.9%
CMYK percentages
Cyan10.2%
Magenta5.1%
Yellow0.0%
Key (black)23.1%
Color previews
#b0bac4 text on a black background
contrast 10.67:1
Card sample
#b0bac4 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bac4;
Background color
Panel with #b0bac4 background
background-color: #b0bac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bac4; background: linear-gradient(135deg, #b0bac4, #B3B0C4);