Grey Web
#616669
Looking for the precise values behind Grey Web (#616669)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #616669 | |
|---|---|---|
| RGB | rgb(97, 102, 105) | |
| HSL | hsl(202, 4%, 40%) | |
| CMYK | cmyk(8%, 3%, 0%, 59%) | |
| LAB | lab(43, -2, -2) | |
| OKLCH | oklch(0.51 0.008 234) |
Color harmonies
Tints & shades
Code snippets
color: #616669;
background-color: #616669;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF616669)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.40, blue: 0.41, alpha: 1.0)