Pinot Noir
#605258
Looking for the precise values behind Pinot Noir (#605258)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #605258 | |
|---|---|---|
| RGB | rgb(96, 82, 88) | |
| HSL | hsl(334, 8%, 35%) | |
| CMYK | cmyk(0%, 15%, 8%, 62%) | |
| LAB | lab(36, 7, -1) | |
| OKLCH | oklch(0.45 0.021 350) |
Color harmonies
Tints & shades
Code snippets
color: #605258;
background-color: #605258;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF605258)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.32, blue: 0.35, alpha: 1.0)