Alley Cat
#656874
Looking for the precise values behind Alley Cat (#656874)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #656874 | |
|---|---|---|
| RGB | rgb(101, 104, 116) | |
| HSL | hsl(228, 7%, 43%) | |
| CMYK | cmyk(13%, 10%, 0%, 55%) | |
| LAB | lab(44, 1, -7) | |
| OKLCH | oklch(0.52 0.019 275) |
Color harmonies
Tints & shades
Code snippets
color: #656874;
background-color: #656874;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF656874)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.41, blue: 0.45, alpha: 1.0)