Detective Coat
#8b8685
Detective Coat is a color with the hex code #8b8685. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #8b8685 | |
|---|---|---|
| RGB | rgb(139, 134, 133) | |
| HSL | hsl(10, 3%, 53%) | |
| CMYK | cmyk(0%, 4%, 4%, 45%) | |
| LAB | lab(56, 2, 1) | |
| OKLCH | oklch(0.62 0.006 31) |
Color harmonies
Tints & shades
Code snippets
color: #8b8685;
background-color: #8b8685;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF8B8685)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.53, blue: 0.52, alpha: 1.0)