#b0b7ae
a light, muted gray · cool · closest name: silver
RGB
176, 183, 174
HSL
107°, 6%, 70%
CMYK
4, 0, 5, 28
Luminance
0.4615
Every format
| HEX | #b0b7ae |
| RGB | rgb(176, 183, 174) |
| HSL | hsl(107, 6%, 70%) |
| CMYK | cmyk(4%, 0%, 5%, 28%) |
| LAB | lab(73.6 -4.1 3.7) |
| LCH | lch(73.6 5.6 138.0) |
| OKLCH | oklch(0.771 0.015 138.7) |
Copy-ready code
/* CSS */
color: #b0b7ae;
background-color: #b0b7ae;
/* Tailwind (arbitrary) */
class="text-[#b0b7ae] bg-[#b0b7ae]"
/* SCSS */
$brand: #b0b7ae;
/* SwiftUI */
Color(red: 0.690, green: 0.718, blue: 0.682)
/* Android */
Color.parseColor("#b0b7ae")Accessibility — WCAG contrast
Aa
#b0b7ae on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0b7ae on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green71.8%
Blue68.2%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow4.9%
Key (black)28.2%
Color previews
#b0b7ae text on a black background
contrast 10.23:1
Card sample
#b0b7ae text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0b7ae;
Background color
Panel with #b0b7ae background
background-color: #b0b7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0b7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 183, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 183, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0b7ae; background: linear-gradient(135deg, #b0b7ae, #AEB7B2);