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