#b5aaaa
a light, muted gray · warm · closest name: silver
RGB
181, 170, 170
HSL
0°, 7%, 69%
CMYK
0, 6, 6, 29
Luminance
0.4148
Every format
| HEX | #b5aaaa |
| RGB | rgb(181, 170, 170) |
| HSL | hsl(0, 7%, 69%) |
| CMYK | cmyk(0%, 6%, 6%, 29%) |
| LAB | lab(70.5 3.9 1.4) |
| LCH | lch(70.5 4.2 19.8) |
| OKLCH | oklch(0.747 0.013 17.4) |
Copy-ready code
/* CSS */
color: #b5aaaa;
background-color: #b5aaaa;
/* Tailwind (arbitrary) */
class="text-[#b5aaaa] bg-[#b5aaaa]"
/* SCSS */
$brand: #b5aaaa;
/* SwiftUI */
Color(red: 0.710, green: 0.667, blue: 0.667)
/* Android */
Color.parseColor("#b5aaaa")Accessibility — WCAG contrast
Aa
#b5aaaa on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5aaaa on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green66.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow6.1%
Key (black)29.0%
Color previews
#b5aaaa text on a black background
contrast 9.30:1
Card sample
#b5aaaa text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5aaaa;
Background color
Panel with #b5aaaa background
background-color: #b5aaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5aaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 170, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 170, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5aaaa; background: linear-gradient(135deg, #b5aaaa, #B5B1AA);