Jumbo
#878785
Jumbo, represented by the hex value #878785, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #878785 | |
|---|---|---|
| RGB | rgb(135, 135, 133) | |
| HSL | hsl(60, 1%, 53%) | |
| CMYK | cmyk(0%, 0%, 1%, 47%) | |
| LAB | lab(56, 0, 1) | |
| OKLCH | oklch(0.62 0.003 106) |
Color harmonies
Tints & shades
Code snippets
color: #878785;
background-color: #878785;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF878785)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.53, blue: 0.52, alpha: 1.0)