Gold Buttercup
#ffe8bb
Gold Buttercup, represented by the hex value #ffe8bb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffe8bb | |
|---|---|---|
| RGB | rgb(255, 232, 187) | |
| HSL | hsl(40, 100%, 87%) | |
| CMYK | cmyk(0%, 9%, 27%, 0%) | |
| LAB | lab(93, 3, 25) | |
| OKLCH | oklch(0.94 0.063 84) |
Color harmonies
Tints & shades
Code snippets
color: #ffe8bb;
background-color: #ffe8bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE8BB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.91, blue: 0.73, alpha: 1.0)