#b7aeaf
a light, muted gray · warm · closest name: silver
RGB
183, 174, 175
HSL
353°, 6%, 70%
CMYK
0, 5, 4, 28
Luminance
0.4343
Every format
| HEX | #b7aeaf |
| RGB | rgb(183, 174, 175) |
| HSL | hsl(353, 6%, 70%) |
| CMYK | cmyk(0%, 5%, 4%, 28%) |
| LAB | lab(71.8 3.4 0.6) |
| LCH | lch(71.8 3.5 10.7) |
| OKLCH | oklch(0.759 0.010 9.6) |
Copy-ready code
/* CSS */
color: #b7aeaf;
background-color: #b7aeaf;
/* Tailwind (arbitrary) */
class="text-[#b7aeaf] bg-[#b7aeaf]"
/* SCSS */
$brand: #b7aeaf;
/* SwiftUI */
Color(red: 0.718, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#b7aeaf")Accessibility — WCAG contrast
Aa
#b7aeaf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7aeaf on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow4.4%
Key (black)28.2%
Color previews
#b7aeaf text on a black background
contrast 9.69:1
Card sample
#b7aeaf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7aeaf;
Background color
Panel with #b7aeaf background
background-color: #b7aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7aeaf; background: linear-gradient(135deg, #b7aeaf, #B7B3AE);