Argent
#888888
Here's everything about the color Argent (#888888) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #888888 | |
|---|---|---|
| RGB | rgb(136, 136, 136) | |
| HSL | hsl(0, 0%, 53%) | |
| CMYK | cmyk(0%, 0%, 0%, 47%) | |
| LAB | lab(57, 0, 0) | |
| OKLCH | oklch(0.63 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #888888;
background-color: #888888;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF888888)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.53, blue: 0.53, alpha: 1.0)