Happy Hippo
#818581
Happy Hippo, represented by the hex value #818581, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #818581 | |
|---|---|---|
| RGB | rgb(129, 133, 129) | |
| HSL | hsl(120, 2%, 51%) | |
| CMYK | cmyk(3%, 0%, 3%, 48%) | |
| LAB | lab(55, -2, 2) | |
| OKLCH | oklch(0.61 0.008 145) |
Color harmonies
Tints & shades
Code snippets
color: #818581;
background-color: #818581;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF818581)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.52, blue: 0.51, alpha: 1.0)