#b9bdaf
a light, muted green · cool · closest name: silver
RGB
185, 189, 175
HSL
77°, 10%, 71%
CMYK
2, 0, 7, 26
Luminance
0.4980
Every format
| HEX | #b9bdaf |
| RGB | rgb(185, 189, 175) |
| HSL | hsl(77, 10%, 71%) |
| CMYK | cmyk(2%, 0%, 7%, 26%) |
| LAB | lab(76.0 -3.9 6.6) |
| LCH | lch(76.0 7.7 120.8) |
| OKLCH | oklch(0.791 0.020 119.8) |
Copy-ready code
/* CSS */
color: #b9bdaf;
background-color: #b9bdaf;
/* Tailwind (arbitrary) */
class="text-[#b9bdaf] bg-[#b9bdaf]"
/* SCSS */
$brand: #b9bdaf;
/* SwiftUI */
Color(red: 0.725, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#b9bdaf")Accessibility — WCAG contrast
Aa
#b9bdaf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bdaf on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.1%
Blue68.6%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#b9bdaf text on a black background
contrast 10.96:1
Card sample
#b9bdaf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bdaf;
Background color
Panel with #b9bdaf background
background-color: #b9bdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bdaf; background: linear-gradient(135deg, #b9bdaf, #B0BDAF);