#b9bfac
a light, muted green · cool · closest name: silver
RGB
185, 191, 172
HSL
79°, 13%, 71%
CMYK
3, 0, 10, 25
Luminance
0.5055
Every format
| HEX | #b9bfac |
| RGB | rgb(185, 191, 172) |
| HSL | hsl(79, 13%, 71%) |
| CMYK | cmyk(3%, 0%, 10%, 25%) |
| LAB | lab(76.4 -5.5 8.9) |
| LCH | lch(76.4 10.4 121.8) |
| OKLCH | oklch(0.795 0.027 121.3) |
Copy-ready code
/* CSS */
color: #b9bfac;
background-color: #b9bfac;
/* Tailwind (arbitrary) */
class="text-[#b9bfac] bg-[#b9bfac]"
/* SCSS */
$brand: #b9bfac;
/* SwiftUI */
Color(red: 0.725, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#b9bfac")Accessibility — WCAG contrast
Aa
#b9bfac on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bfac on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.9%
Blue67.5%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#b9bfac text on a black background
contrast 11.11:1
Card sample
#b9bfac text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bfac;
Background color
Panel with #b9bfac background
background-color: #b9bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bfac; background: linear-gradient(135deg, #b9bfac, #ACBFAC);