Puffy Pillow
#e7e5de
Puffy Pillow, represented by the hex value #e7e5de, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e7e5de | |
|---|---|---|
| RGB | rgb(231, 229, 222) | |
| HSL | hsl(47, 16%, 89%) | |
| CMYK | cmyk(0%, 1%, 4%, 9%) | |
| LAB | lab(91, 0, 4) | |
| OKLCH | oklch(0.92 0.01 94) |
Color harmonies
Tints & shades
Code snippets
color: #e7e5de;
background-color: #e7e5de;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE7E5DE)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.90, blue: 0.87, alpha: 1.0)