#b5afad
a light, muted gray · warm · closest name: silver
RGB
181, 175, 173
HSL
15°, 5%, 69%
CMYK
0, 3, 4, 29
Luminance
0.4350
Every format
| HEX | #b5afad |
| RGB | rgb(181, 175, 173) |
| HSL | hsl(15, 5%, 69%) |
| CMYK | cmyk(0%, 3%, 4%, 29%) |
| LAB | lab(71.9 1.8 1.8) |
| LCH | lch(71.9 2.5 45.2) |
| OKLCH | oklch(0.758 0.007 39.4) |
Copy-ready code
/* CSS */
color: #b5afad;
background-color: #b5afad;
/* Tailwind (arbitrary) */
class="text-[#b5afad] bg-[#b5afad]"
/* SCSS */
$brand: #b5afad;
/* SwiftUI */
Color(red: 0.710, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#b5afad")Accessibility — WCAG contrast
Aa
#b5afad on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5afad on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow4.4%
Key (black)29.0%
Color previews
#b5afad text on a black background
contrast 9.70:1
Card sample
#b5afad text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5afad;
Background color
Panel with #b5afad background
background-color: #b5afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5afad; background: linear-gradient(135deg, #b5afad, #B5B4AD);