Lush
#c5bda0
Lush, represented by the hex value #c5bda0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c5bda0 | |
|---|---|---|
| RGB | rgb(197, 189, 160) | |
| HSL | hsl(47, 24%, 70%) | |
| CMYK | cmyk(0%, 4%, 19%, 23%) | |
| LAB | lab(77, -1, 16) | |
| OKLCH | oklch(0.8 0.04 94) |
Color harmonies
Tints & shades
Code snippets
color: #c5bda0;
background-color: #c5bda0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC5BDA0)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.74, blue: 0.63, alpha: 1.0)