Trout
#4c5356
Looking for the precise values behind Trout (#4c5356)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4c5356 | |
|---|---|---|
| RGB | rgb(76, 83, 86) | |
| HSL | hsl(198, 6%, 32%) | |
| CMYK | cmyk(12%, 3%, 0%, 66%) | |
| LAB | lab(35, -2, -3) | |
| OKLCH | oklch(0.44 0.01 225) |
Color harmonies
Tints & shades
Code snippets
color: #4c5356;
background-color: #4c5356;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF4C5356)
/* Swift / UIKit */
UIColor(red: 0.30, green: 0.33, blue: 0.34, alpha: 1.0)