Catfish
#657d82
Looking for the precise values behind Catfish (#657d82)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #657d82 | |
|---|---|---|
| RGB | rgb(101, 125, 130) | |
| HSL | hsl(190, 13%, 45%) | |
| CMYK | cmyk(22%, 4%, 0%, 49%) | |
| LAB | lab(51, -8, -6) | |
| OKLCH | oklch(0.57 0.029 212) |
Color harmonies
Tints & shades
Code snippets
color: #657d82;
background-color: #657d82;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF657D82)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.49, blue: 0.51, alpha: 1.0)