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