#b7afab
a light, muted gray · warm · closest name: silver
RGB
183, 175, 171
HSL
20°, 8%, 69%
CMYK
0, 4, 7, 28
Luminance
0.4367
Every format
| HEX | #b7afab |
| RGB | rgb(183, 175, 171) |
| HSL | hsl(20, 8%, 69%) |
| CMYK | cmyk(0%, 4%, 7%, 28%) |
| LAB | lab(72.0 2.1 3.1) |
| LCH | lch(72.0 3.7 55.2) |
| OKLCH | oklch(0.759 0.011 48.6) |
Copy-ready code
/* CSS */
color: #b7afab;
background-color: #b7afab;
/* Tailwind (arbitrary) */
class="text-[#b7afab] bg-[#b7afab]"
/* SCSS */
$brand: #b7afab;
/* SwiftUI */
Color(red: 0.718, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#b7afab")Accessibility — WCAG contrast
Aa
#b7afab on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7afab on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow6.6%
Key (black)28.2%
Color previews
#b7afab text on a black background
contrast 9.73:1
Card sample
#b7afab text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7afab;
Background color
Panel with #b7afab background
background-color: #b7afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7afab; background: linear-gradient(135deg, #b7afab, #B7B7AB);