#b2a8ab
a light, muted gray · warm · closest name: silver
RGB
178, 168, 171
HSL
342°, 6%, 68%
CMYK
0, 6, 4, 30
Luminance
0.4041
Every format
| HEX | #b2a8ab |
| RGB | rgb(178, 168, 171) |
| HSL | hsl(342, 6%, 68%) |
| CMYK | cmyk(0%, 6%, 4%, 30%) |
| LAB | lab(69.8 4.1 -0.3) |
| LCH | lch(69.8 4.1 356.5) |
| OKLCH | oklch(0.741 0.012 357.1) |
Copy-ready code
/* CSS */
color: #b2a8ab;
background-color: #b2a8ab;
/* Tailwind (arbitrary) */
class="text-[#b2a8ab] bg-[#b2a8ab]"
/* SCSS */
$brand: #b2a8ab;
/* SwiftUI */
Color(red: 0.698, green: 0.659, blue: 0.671)
/* Android */
Color.parseColor("#b2a8ab")Accessibility — WCAG contrast
Aa
#b2a8ab on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2a8ab on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green65.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow3.9%
Key (black)30.2%
Color previews
#b2a8ab text on a black background
contrast 9.08:1
Card sample
#b2a8ab text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2a8ab;
Background color
Panel with #b2a8ab background
background-color: #b2a8ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2a8ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 168, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 168, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2a8ab; background: linear-gradient(135deg, #b2a8ab, #B2ACA8);