Homegrown
#63884a
Looking for the precise values behind Homegrown (#63884a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #63884a | |
|---|---|---|
| RGB | rgb(99, 136, 74) | |
| HSL | hsl(96, 30%, 41%) | |
| CMYK | cmyk(27%, 0%, 46%, 47%) | |
| LAB | lab(53, -22, 29) | |
| OKLCH | oklch(0.58 0.098 134) |
Color harmonies
Tints & shades
Code snippets
color: #63884a;
background-color: #63884a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF63884A)
/* Swift / UIKit */
UIColor(red: 0.39, green: 0.53, blue: 0.29, alpha: 1.0)