#b6a7a7
a light, muted red · warm · closest name: silver
RGB
182, 167, 167
HSL
0°, 9%, 68%
CMYK
0, 8, 8, 29
Luminance
0.4037
Every format
| HEX | #b6a7a7 |
| RGB | rgb(182, 167, 167) |
| HSL | hsl(0, 9%, 68%) |
| CMYK | cmyk(0%, 8%, 8%, 29%) |
| LAB | lab(69.7 5.4 2.0) |
| LCH | lch(69.7 5.8 19.9) |
| OKLCH | oklch(0.741 0.017 17.6) |
Copy-ready code
/* CSS */
color: #b6a7a7;
background-color: #b6a7a7;
/* Tailwind (arbitrary) */
class="text-[#b6a7a7] bg-[#b6a7a7]"
/* SCSS */
$brand: #b6a7a7;
/* SwiftUI */
Color(red: 0.714, green: 0.655, blue: 0.655)
/* Android */
Color.parseColor("#b6a7a7")Accessibility — WCAG contrast
Aa
#b6a7a7 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6a7a7 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green65.5%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow8.2%
Key (black)28.6%
Color previews
#b6a7a7 text on a black background
contrast 9.07:1
Card sample
#b6a7a7 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6a7a7;
Background color
Panel with #b6a7a7 background
background-color: #b6a7a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6a7a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 167, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 167, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6a7a7; background: linear-gradient(135deg, #b6a7a7, #B6B1A7);