#b2acad
a light, muted gray · warm · closest name: silver
RGB
178, 172, 173
HSL
350°, 4%, 69%
CMYK
0, 3, 3, 30
Luminance
0.4199
Every format
| HEX | #b2acad |
| RGB | rgb(178, 172, 173) |
| HSL | hsl(350, 4%, 69%) |
| CMYK | cmyk(0%, 3%, 3%, 30%) |
| LAB | lab(70.9 2.3 0.3) |
| LCH | lch(70.9 2.3 6.2) |
| OKLCH | oklch(0.750 0.007 5.7) |
Copy-ready code
/* CSS */
color: #b2acad;
background-color: #b2acad;
/* Tailwind (arbitrary) */
class="text-[#b2acad] bg-[#b2acad]"
/* SCSS */
$brand: #b2acad;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.678)
/* Android */
Color.parseColor("#b2acad")Accessibility — WCAG contrast
Aa
#b2acad on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acad on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow2.8%
Key (black)30.2%
Color previews
#b2acad text on a black background
contrast 9.40:1
Card sample
#b2acad text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acad;
Background color
Panel with #b2acad background
background-color: #b2acad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acad; background: linear-gradient(135deg, #b2acad, #B2AFAC);