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