#b4baac
a light, muted green · cool · closest name: silver
RGB
180, 186, 172
HSL
86°, 9%, 70%
CMYK
3, 0, 8, 27
Luminance
0.4780
Every format
| HEX | #b4baac |
| RGB | rgb(180, 186, 172) |
| HSL | hsl(86, 9%, 70%) |
| CMYK | cmyk(3%, 0%, 8%, 27%) |
| LAB | lab(74.7 -4.7 6.4) |
| LCH | lch(74.7 7.9 126.2) |
| OKLCH | oklch(0.780 0.021 125.9) |
Copy-ready code
/* CSS */
color: #b4baac;
background-color: #b4baac;
/* Tailwind (arbitrary) */
class="text-[#b4baac] bg-[#b4baac]"
/* SCSS */
$brand: #b4baac;
/* SwiftUI */
Color(red: 0.706, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#b4baac")Accessibility — WCAG contrast
Aa
#b4baac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4baac on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green72.9%
Blue67.5%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#b4baac text on a black background
contrast 10.56:1
Card sample
#b4baac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4baac;
Background color
Panel with #b4baac background
background-color: #b4baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4baac; background: linear-gradient(135deg, #b4baac, #ACBAAD);