Whiskey Sour
#d4915d
Whiskey Sour, represented by the hex value #d4915d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d4915d | |
|---|---|---|
| RGB | rgb(212, 145, 93) | |
| HSL | hsl(26, 58%, 60%) | |
| CMYK | cmyk(0%, 32%, 56%, 17%) | |
| LAB | lab(66, 22, 38) | |
| OKLCH | oklch(0.71 0.106 58) |
Color harmonies
Tints & shades
Code snippets
color: #d4915d;
background-color: #d4915d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD4915D)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.57, blue: 0.36, alpha: 1.0)