Ghosted
#e2e0dc
Ghosted, represented by the hex value #e2e0dc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e2e0dc | |
|---|---|---|
| RGB | rgb(226, 224, 220) | |
| HSL | hsl(40, 9%, 87%) | |
| CMYK | cmyk(0%, 1%, 3%, 11%) | |
| LAB | lab(89, 0, 2) | |
| OKLCH | oklch(0.91 0.006 85) |
Color harmonies
Tints & shades
Code snippets
color: #e2e0dc;
background-color: #e2e0dc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2E0DC)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.88, blue: 0.86, alpha: 1.0)