Kombucha
#d89f66
Kombucha is a color with the hex code #d89f66. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d89f66 | |
|---|---|---|
| RGB | rgb(216, 159, 102) | |
| HSL | hsl(30, 59%, 62%) | |
| CMYK | cmyk(0%, 26%, 53%, 15%) | |
| LAB | lab(70, 17, 38) | |
| OKLCH | oklch(0.74 0.1 65) |
Color harmonies
Tints & shades
Code snippets
color: #d89f66;
background-color: #d89f66;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD89F66)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.62, blue: 0.40, alpha: 1.0)