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