#b5b2ac
a light, muted gray · warm · closest name: silver
RGB
181, 178, 172
HSL
40°, 6%, 69%
CMYK
0, 2, 5, 29
Luminance
0.4464
Every format
| HEX | #b5b2ac |
| RGB | rgb(181, 178, 172) |
| HSL | hsl(40, 6%, 69%) |
| CMYK | cmyk(0%, 2%, 5%, 29%) |
| LAB | lab(72.7 -0.0 3.4) |
| LCH | lch(72.7 3.4 90.5) |
| OKLCH | oklch(0.764 0.009 84.6) |
Copy-ready code
/* CSS */
color: #b5b2ac;
background-color: #b5b2ac;
/* Tailwind (arbitrary) */
class="text-[#b5b2ac] bg-[#b5b2ac]"
/* SCSS */
$brand: #b5b2ac;
/* SwiftUI */
Color(red: 0.710, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#b5b2ac")Accessibility — WCAG contrast
Aa
#b5b2ac on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5b2ac on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow5.0%
Key (black)29.0%
Color previews
#b5b2ac text on a black background
contrast 9.93:1
Card sample
#b5b2ac text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5b2ac;
Background color
Panel with #b5b2ac background
background-color: #b5b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5b2ac; background: linear-gradient(135deg, #b5b2ac, #B2B5AC);