#b8afad
a light, muted gray · warm · closest name: silver
RGB
184, 175, 173
HSL
11°, 7%, 70%
CMYK
0, 5, 6, 28
Luminance
0.4387
Every format
| HEX | #b8afad |
| RGB | rgb(184, 175, 173) |
| HSL | hsl(11, 7%, 70%) |
| CMYK | cmyk(0%, 5%, 6%, 28%) |
| LAB | lab(72.1 2.9 2.2) |
| LCH | lch(72.1 3.6 37.3) |
| OKLCH | oklch(0.761 0.011 32.5) |
Copy-ready code
/* CSS */
color: #b8afad;
background-color: #b8afad;
/* Tailwind (arbitrary) */
class="text-[#b8afad] bg-[#b8afad]"
/* SCSS */
$brand: #b8afad;
/* SwiftUI */
Color(red: 0.722, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#b8afad")Accessibility — WCAG contrast
Aa
#b8afad on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8afad on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow6.0%
Key (black)27.8%
Color previews
#b8afad text on a black background
contrast 9.77:1
Card sample
#b8afad text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8afad;
Background color
Panel with #b8afad background
background-color: #b8afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8afad; background: linear-gradient(135deg, #b8afad, #B8B6AD);