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