Opium
#987e7e
Opium, represented by the hex value #987e7e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #987e7e | |
|---|---|---|
| RGB | rgb(152, 126, 126) | |
| HSL | hsl(0, 11%, 55%) | |
| CMYK | cmyk(0%, 17%, 17%, 40%) | |
| LAB | lab(55, 10, 4) | |
| OKLCH | oklch(0.62 0.032 18) |
Color harmonies
Tints & shades
Code snippets
color: #987e7e;
background-color: #987e7e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF987E7E)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.49, blue: 0.49, alpha: 1.0)