#b4bfac
a light, muted green · cool · closest name: silver
RGB
180, 191, 172
HSL
95°, 13%, 71%
CMYK
6, 0, 10, 25
Luminance
0.4994
Every format
| HEX | #b4bfac |
| RGB | rgb(180, 191, 172) |
| HSL | hsl(95, 13%, 71%) |
| CMYK | cmyk(6%, 0%, 10%, 25%) |
| LAB | lab(76.0 -7.3 8.3) |
| LCH | lch(76.0 11.1 131.4) |
| OKLCH | oklch(0.791 0.029 131.9) |
Copy-ready code
/* CSS */
color: #b4bfac;
background-color: #b4bfac;
/* Tailwind (arbitrary) */
class="text-[#b4bfac] bg-[#b4bfac]"
/* SCSS */
$brand: #b4bfac;
/* SwiftUI */
Color(red: 0.706, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#b4bfac")Accessibility — WCAG contrast
Aa
#b4bfac on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bfac on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.9%
Blue67.5%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#b4bfac text on a black background
contrast 10.99:1
Card sample
#b4bfac text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bfac;
Background color
Panel with #b4bfac background
background-color: #b4bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bfac; background: linear-gradient(135deg, #b4bfac, #ACBFB1);