#b7aeb5
a light, muted gray · warm · closest name: silver
RGB
183, 174, 181
HSL
313°, 6%, 70%
CMYK
0, 5, 1, 28
Luminance
0.4368
Every format
| HEX | #b7aeb5 |
| RGB | rgb(183, 174, 181) |
| HSL | hsl(313, 6%, 70%) |
| CMYK | cmyk(0%, 5%, 1%, 28%) |
| LAB | lab(72.0 4.5 -2.4) |
| LCH | lch(72.0 5.1 331.7) |
| OKLCH | oklch(0.760 0.014 333.1) |
Copy-ready code
/* CSS */
color: #b7aeb5;
background-color: #b7aeb5;
/* Tailwind (arbitrary) */
class="text-[#b7aeb5] bg-[#b7aeb5]"
/* SCSS */
$brand: #b7aeb5;
/* SwiftUI */
Color(red: 0.718, green: 0.682, blue: 0.710)
/* Android */
Color.parseColor("#b7aeb5")Accessibility — WCAG contrast
Aa
#b7aeb5 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7aeb5 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.2%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow1.1%
Key (black)28.2%
Color previews
#b7aeb5 text on a black background
contrast 9.74:1
Card sample
#b7aeb5 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7aeb5;
Background color
Panel with #b7aeb5 background
background-color: #b7aeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7aeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 174, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 174, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7aeb5; background: linear-gradient(135deg, #b7aeb5, #B7AEAF);