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