Plummy
#675a75
Plummy, represented by the hex value #675a75, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #675a75 | |
|---|---|---|
| RGB | rgb(103, 90, 117) | |
| HSL | hsl(269, 13%, 41%) | |
| CMYK | cmyk(12%, 23%, 0%, 54%) | |
| LAB | lab(40, 10, -13) | |
| OKLCH | oklch(0.49 0.045 307) |
Color harmonies
Tints & shades
Code snippets
color: #675a75;
background-color: #675a75;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF675A75)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.35, blue: 0.46, alpha: 1.0)