Old Silver
#848482
Looking for the precise values behind Old Silver (#848482)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #848482 | |
|---|---|---|
| RGB | rgb(132, 132, 130) | |
| HSL | hsl(60, 1%, 51%) | |
| CMYK | cmyk(0%, 0%, 2%, 48%) | |
| LAB | lab(55, 0, 1) | |
| OKLCH | oklch(0.61 0.003 106) |
Color harmonies
Tints & shades
Code snippets
color: #848482;
background-color: #848482;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF848482)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.52, blue: 0.51, alpha: 1.0)