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