Wine Tour
#653b66
Looking for the precise values behind Wine Tour (#653b66)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #653b66 | |
|---|---|---|
| RGB | rgb(101, 59, 102) | |
| HSL | hsl(299, 27%, 32%) | |
| CMYK | cmyk(1%, 42%, 0%, 60%) | |
| LAB | lab(31, 25, -18) | |
| OKLCH | oklch(0.42 0.086 326) |
Color harmonies
Tints & shades
Code snippets
color: #653b66;
background-color: #653b66;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF653B66)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.23, blue: 0.40, alpha: 1.0)