#b8aaaa
a light, muted red · warm · closest name: silver
RGB
184, 170, 170
HSL
0°, 9%, 69%
CMYK
0, 8, 8, 28
Luminance
0.4184
Every format
| HEX | #b8aaaa |
| RGB | rgb(184, 170, 170) |
| HSL | hsl(0, 9%, 69%) |
| CMYK | cmyk(0%, 8%, 8%, 28%) |
| LAB | lab(70.8 5.0 1.8) |
| LCH | lch(70.8 5.3 19.9) |
| OKLCH | oklch(0.750 0.016 17.5) |
Copy-ready code
/* CSS */
color: #b8aaaa;
background-color: #b8aaaa;
/* Tailwind (arbitrary) */
class="text-[#b8aaaa] bg-[#b8aaaa]"
/* SCSS */
$brand: #b8aaaa;
/* SwiftUI */
Color(red: 0.722, green: 0.667, blue: 0.667)
/* Android */
Color.parseColor("#b8aaaa")Accessibility — WCAG contrast
Aa
#b8aaaa on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8aaaa on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green66.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow7.6%
Key (black)27.8%
Color previews
#b8aaaa text on a black background
contrast 9.37:1
Card sample
#b8aaaa text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8aaaa;
Background color
Panel with #b8aaaa background
background-color: #b8aaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8aaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 170, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 170, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8aaaa; background: linear-gradient(135deg, #b8aaaa, #B8B3AA);