#b9b5ac
a light, muted yellow · warm · closest name: silver
RGB
185, 181, 172
HSL
42°, 9%, 70%
CMYK
0, 2, 7, 28
Luminance
0.4634
Every format
| HEX | #b9b5ac |
| RGB | rgb(185, 181, 172) |
| HSL | hsl(42, 9%, 70%) |
| CMYK | cmyk(0%, 2%, 7%, 28%) |
| LAB | lab(73.8 -0.2 5.1) |
| LCH | lch(73.8 5.1 92.3) |
| OKLCH | oklch(0.774 0.013 86.8) |
Copy-ready code
/* CSS */
color: #b9b5ac;
background-color: #b9b5ac;
/* Tailwind (arbitrary) */
class="text-[#b9b5ac] bg-[#b9b5ac]"
/* SCSS */
$brand: #b9b5ac;
/* SwiftUI */
Color(red: 0.725, green: 0.710, blue: 0.675)
/* Android */
Color.parseColor("#b9b5ac")Accessibility — WCAG contrast
Aa
#b9b5ac on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b5ac on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green71.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow7.0%
Key (black)27.5%
Color previews
#b9b5ac text on a black background
contrast 10.27:1
Card sample
#b9b5ac text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b5ac;
Background color
Panel with #b9b5ac background
background-color: #b9b5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 181, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 181, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b5ac; background: linear-gradient(135deg, #b9b5ac, #B4B9AC);