#b9acaf
a light, muted red · warm · closest name: silver
RGB
185, 172, 175
HSL
346°, 9%, 70%
CMYK
0, 7, 5, 28
Luminance
0.4291
Every format
| HEX | #b9acaf |
| RGB | rgb(185, 172, 175) |
| HSL | hsl(346, 9%, 70%) |
| CMYK | cmyk(0%, 7%, 5%, 28%) |
| LAB | lab(71.5 5.2 0.1) |
| LCH | lch(71.5 5.2 1.5) |
| OKLCH | oklch(0.756 0.015 1.7) |
Copy-ready code
/* CSS */
color: #b9acaf;
background-color: #b9acaf;
/* Tailwind (arbitrary) */
class="text-[#b9acaf] bg-[#b9acaf]"
/* SCSS */
$brand: #b9acaf;
/* SwiftUI */
Color(red: 0.725, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#b9acaf")Accessibility — WCAG contrast
Aa
#b9acaf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9acaf on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow5.4%
Key (black)27.5%
Color previews
#b9acaf text on a black background
contrast 9.58:1
Card sample
#b9acaf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9acaf;
Background color
Panel with #b9acaf background
background-color: #b9acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9acaf; background: linear-gradient(135deg, #b9acaf, #B9B2AC);