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