#b2bfac
a light, muted green · cool · closest name: silver
RGB
178, 191, 172
HSL
101°, 13%, 71%
CMYK
7, 0, 10, 25
Luminance
0.4971
Every format
| HEX | #b2bfac |
| RGB | rgb(178, 191, 172) |
| HSL | hsl(101, 13%, 71%) |
| CMYK | cmyk(7%, 0%, 10%, 25%) |
| LAB | lab(75.9 -8.0 8.1) |
| LCH | lch(75.9 11.4 134.8) |
| OKLCH | oklch(0.789 0.030 135.6) |
Copy-ready code
/* CSS */
color: #b2bfac;
background-color: #b2bfac;
/* Tailwind (arbitrary) */
class="text-[#b2bfac] bg-[#b2bfac]"
/* SCSS */
$brand: #b2bfac;
/* SwiftUI */
Color(red: 0.698, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#b2bfac")Accessibility — WCAG contrast
Aa
#b2bfac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bfac on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green74.9%
Blue67.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#b2bfac text on a black background
contrast 10.94:1
Card sample
#b2bfac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bfac;
Background color
Panel with #b2bfac background
background-color: #b2bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bfac; background: linear-gradient(135deg, #b2bfac, #ACBFB3);