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