Concord
#827f79
Concord, represented by the hex value #827f79, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #827f79 | |
|---|---|---|
| RGB | rgb(130, 127, 121) | |
| HSL | hsl(40, 4%, 49%) | |
| CMYK | cmyk(0%, 2%, 7%, 49%) | |
| LAB | lab(53, 0, 4) | |
| OKLCH | oklch(0.6 0.01 85) |
Color harmonies
Tints & shades
Code snippets
color: #827f79;
background-color: #827f79;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF827F79)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.50, blue: 0.47, alpha: 1.0)