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