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