Cabaret
#cd526c
Cabaret, represented by the hex value #cd526c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cd526c | |
|---|---|---|
| RGB | rgb(205, 82, 108) | |
| HSL | hsl(347, 55%, 56%) | |
| CMYK | cmyk(0%, 60%, 47%, 20%) | |
| LAB | lab(52, 51, 12) | |
| OKLCH | oklch(0.61 0.157 10) |
Color harmonies
Tints & shades
Code snippets
color: #cd526c;
background-color: #cd526c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFCD526C)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.32, blue: 0.42, alpha: 1.0)