Silver Lining
#b8b1a5
Silver Lining is a color with the hex code #b8b1a5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b8b1a5 | |
|---|---|---|
| RGB | rgb(184, 177, 165) | |
| HSL | hsl(38, 12%, 68%) | |
| CMYK | cmyk(0%, 4%, 10%, 28%) | |
| LAB | lab(73, 1, 7) | |
| OKLCH | oklch(0.76 0.019 81) |
Color harmonies
Tints & shades
Code snippets
color: #b8b1a5;
background-color: #b8b1a5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB8B1A5)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.69, blue: 0.65, alpha: 1.0)