#b4bbaf
a light, muted green · cool · closest name: silver
RGB
180, 187, 175
HSL
95°, 8%, 71%
CMYK
4, 0, 6, 27
Luminance
0.4834
Every format
| HEX | #b4bbaf |
| RGB | rgb(180, 187, 175) |
| HSL | hsl(95, 8%, 71%) |
| CMYK | cmyk(4%, 0%, 6%, 27%) |
| LAB | lab(75.0 -4.7 5.2) |
| LCH | lch(75.0 7.0 131.6) |
| OKLCH | oklch(0.783 0.018 131.9) |
Copy-ready code
/* CSS */
color: #b4bbaf;
background-color: #b4bbaf;
/* Tailwind (arbitrary) */
class="text-[#b4bbaf] bg-[#b4bbaf]"
/* SCSS */
$brand: #b4bbaf;
/* SwiftUI */
Color(red: 0.706, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#b4bbaf")Accessibility — WCAG contrast
Aa
#b4bbaf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bbaf on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green73.3%
Blue68.6%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#b4bbaf text on a black background
contrast 10.67:1
Card sample
#b4bbaf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bbaf;
Background color
Panel with #b4bbaf background
background-color: #b4bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bbaf; background: linear-gradient(135deg, #b4bbaf, #AFBBB2);