#b0afbc
a light, muted blue · warm · closest name: silver
RGB
176, 175, 188
HSL
245°, 9%, 71%
CMYK
6, 7, 0, 26
Luminance
0.4352
Every format
| HEX | #b0afbc |
| RGB | rgb(176, 175, 188) |
| HSL | hsl(245, 9%, 71%) |
| CMYK | cmyk(6%, 7%, 0%, 26%) |
| LAB | lab(71.9 2.9 -6.5) |
| LCH | lch(71.9 7.1 293.8) |
| OKLCH | oklch(0.759 0.018 289.5) |
Copy-ready code
/* CSS */
color: #b0afbc;
background-color: #b0afbc;
/* Tailwind (arbitrary) */
class="text-[#b0afbc] bg-[#b0afbc]"
/* SCSS */
$brand: #b0afbc;
/* SwiftUI */
Color(red: 0.690, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#b0afbc")Accessibility — WCAG contrast
Aa
#b0afbc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0afbc on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.6%
Blue73.7%
CMYK percentages
Cyan6.4%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#b0afbc text on a black background
contrast 9.70:1
Card sample
#b0afbc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0afbc;
Background color
Panel with #b0afbc background
background-color: #b0afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0afbc; background: linear-gradient(135deg, #b0afbc, #B9AFBC);