Whisky
#c2877b
Whisky is a color with the hex code #c2877b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c2877b | |
|---|---|---|
| RGB | rgb(194, 135, 123) | |
| HSL | hsl(10, 37%, 62%) | |
| CMYK | cmyk(0%, 30%, 37%, 24%) | |
| LAB | lab(62, 22, 16) | |
| OKLCH | oklch(0.68 0.075 32) |
Color harmonies
Tints & shades
Code snippets
color: #c2877b;
background-color: #c2877b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFC2877B)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.53, blue: 0.48, alpha: 1.0)