#b2aaaf
a light, muted gray · warm · closest name: silver
RGB
178, 170, 175
HSL
323°, 5%, 68%
CMYK
0, 5, 2, 30
Luminance
0.4131
Every format
| HEX | #b2aaaf |
| RGB | rgb(178, 170, 175) |
| HSL | hsl(323, 5%, 68%) |
| CMYK | cmyk(0%, 5%, 2%, 30%) |
| LAB | lab(70.4 3.8 -1.5) |
| LCH | lch(70.4 4.1 337.8) |
| OKLCH | oklch(0.746 0.011 339.4) |
Copy-ready code
/* CSS */
color: #b2aaaf;
background-color: #b2aaaf;
/* Tailwind (arbitrary) */
class="text-[#b2aaaf] bg-[#b2aaaf]"
/* SCSS */
$brand: #b2aaaf;
/* SwiftUI */
Color(red: 0.698, green: 0.667, blue: 0.686)
/* Android */
Color.parseColor("#b2aaaf")Accessibility — WCAG contrast
Aa
#b2aaaf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aaaf on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green66.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow1.7%
Key (black)30.2%
Color previews
#b2aaaf text on a black background
contrast 9.26:1
Card sample
#b2aaaf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aaaf;
Background color
Panel with #b2aaaf background
background-color: #b2aaaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aaaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 170, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 170, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aaaf; background: linear-gradient(135deg, #b2aaaf, #B2AAAA);