Biscuit Dough
#e8dbbd
Biscuit Dough, represented by the hex value #e8dbbd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e8dbbd | |
|---|---|---|
| RGB | rgb(232, 219, 189) | |
| HSL | hsl(42, 48%, 83%) | |
| CMYK | cmyk(0%, 6%, 19%, 9%) | |
| LAB | lab(88, 1, 17) | |
| OKLCH | oklch(0.89 0.042 87) |
Color harmonies
Tints & shades
Code snippets
color: #e8dbbd;
background-color: #e8dbbd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE8DBBD)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.86, blue: 0.74, alpha: 1.0)