#b9afad
a light, muted gray · warm · closest name: silver
RGB
185, 175, 173
HSL
10°, 8%, 70%
CMYK
0, 5, 7, 28
Luminance
0.4399
Every format
| HEX | #b9afad |
| RGB | rgb(185, 175, 173) |
| HSL | hsl(10, 8%, 70%) |
| CMYK | cmyk(0%, 5%, 7%, 28%) |
| LAB | lab(72.2 3.2 2.3) |
| LCH | lch(72.2 4.0 35.6) |
| OKLCH | oklch(0.762 0.012 31.1) |
Copy-ready code
/* CSS */
color: #b9afad;
background-color: #b9afad;
/* Tailwind (arbitrary) */
class="text-[#b9afad] bg-[#b9afad]"
/* SCSS */
$brand: #b9afad;
/* SwiftUI */
Color(red: 0.725, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#b9afad")Accessibility — WCAG contrast
Aa
#b9afad on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9afad on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow6.5%
Key (black)27.5%
Color previews
#b9afad text on a black background
contrast 9.80:1
Card sample
#b9afad text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9afad;
Background color
Panel with #b9afad background
background-color: #b9afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9afad; background: linear-gradient(135deg, #b9afad, #B9B7AD);