Whiskey and Wine
#49463f
Looking for the precise values behind Whiskey and Wine (#49463f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #49463f | |
|---|---|---|
| RGB | rgb(73, 70, 63) | |
| HSL | hsl(42, 7%, 27%) | |
| CMYK | cmyk(0%, 4%, 14%, 71%) | |
| LAB | lab(30, 0, 5) | |
| OKLCH | oklch(0.39 0.012 88) |
Color harmonies
Tints & shades
Code snippets
color: #49463f;
background-color: #49463f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF49463F)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.27, blue: 0.25, alpha: 1.0)