Honeymoon
#d7bb80
Honeymoon, represented by the hex value #d7bb80, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d7bb80 | |
|---|---|---|
| RGB | rgb(215, 187, 128) | |
| HSL | hsl(41, 52%, 67%) | |
| CMYK | cmyk(0%, 13%, 40%, 16%) | |
| LAB | lab(77, 4, 34) | |
| OKLCH | oklch(0.8 0.083 85) |
Color harmonies
Tints & shades
Code snippets
color: #d7bb80;
background-color: #d7bb80;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD7BB80)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.73, blue: 0.50, alpha: 1.0)