#b5b5a6
a light, muted yellow · cool · closest name: silver
RGB
181, 181, 166
HSL
60°, 9%, 68%
CMYK
0, 0, 8, 29
Luminance
0.4562
Every format
| HEX | #b5b5a6 |
| RGB | rgb(181, 181, 166) |
| HSL | hsl(60, 9%, 68%) |
| CMYK | cmyk(0%, 0%, 8%, 29%) |
| LAB | lab(73.3 -2.7 7.7) |
| LCH | lch(73.3 8.1 109.4) |
| OKLCH | oklch(0.769 0.021 106.9) |
Copy-ready code
/* CSS */
color: #b5b5a6;
background-color: #b5b5a6;
/* Tailwind (arbitrary) */
class="text-[#b5b5a6] bg-[#b5b5a6]"
/* SCSS */
$brand: #b5b5a6;
/* SwiftUI */
Color(red: 0.710, green: 0.710, blue: 0.651)
/* Android */
Color.parseColor("#b5b5a6")Accessibility — WCAG contrast
Aa
#b5b5a6 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5b5a6 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green71.0%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.3%
Key (black)29.0%
Color previews
#b5b5a6 text on a black background
contrast 10.12:1
Card sample
#b5b5a6 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5b5a6;
Background color
Panel with #b5b5a6 background
background-color: #b5b5a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5b5a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 181, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 181, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5b5a6; background: linear-gradient(135deg, #b5b5a6, #ABB5A6);