#b2bbaf
a light, muted green · cool · closest name: silver
RGB
178, 187, 175
HSL
105°, 8%, 71%
CMYK
5, 0, 6, 27
Luminance
0.4810
Every format
| HEX | #b2bbaf |
| RGB | rgb(178, 187, 175) |
| HSL | hsl(105, 8%, 71%) |
| CMYK | cmyk(5%, 0%, 6%, 27%) |
| LAB | lab(74.9 -5.4 5.0) |
| LCH | lch(74.9 7.3 137.0) |
| OKLCH | oklch(0.781 0.019 137.8) |
Copy-ready code
/* CSS */
color: #b2bbaf;
background-color: #b2bbaf;
/* Tailwind (arbitrary) */
class="text-[#b2bbaf] bg-[#b2bbaf]"
/* SCSS */
$brand: #b2bbaf;
/* SwiftUI */
Color(red: 0.698, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#b2bbaf")Accessibility — WCAG contrast
Aa
#b2bbaf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bbaf on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green73.3%
Blue68.6%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#b2bbaf text on a black background
contrast 10.62:1
Card sample
#b2bbaf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bbaf;
Background color
Panel with #b2bbaf background
background-color: #b2bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bbaf; background: linear-gradient(135deg, #b2bbaf, #AFBBB4);