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