#b5acaf
a light, muted gray · warm · closest name: silver
RGB
181, 172, 175
HSL
340°, 6%, 69%
CMYK
0, 5, 3, 29
Luminance
0.4242
Every format
| HEX | #b5acaf |
| RGB | rgb(181, 172, 175) |
| HSL | hsl(340, 6%, 69%) |
| CMYK | cmyk(0%, 5%, 3%, 29%) |
| LAB | lab(71.2 3.8 -0.4) |
| LCH | lch(71.2 3.8 354.1) |
| OKLCH | oklch(0.753 0.011 355.0) |
Copy-ready code
/* CSS */
color: #b5acaf;
background-color: #b5acaf;
/* Tailwind (arbitrary) */
class="text-[#b5acaf] bg-[#b5acaf]"
/* SCSS */
$brand: #b5acaf;
/* SwiftUI */
Color(red: 0.710, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#b5acaf")Accessibility — WCAG contrast
Aa
#b5acaf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5acaf on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow3.3%
Key (black)29.0%
Color previews
#b5acaf text on a black background
contrast 9.48:1
Card sample
#b5acaf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5acaf;
Background color
Panel with #b5acaf background
background-color: #b5acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5acaf; background: linear-gradient(135deg, #b5acaf, #B5AFAC);