Sesame Seed
#e1d9b8
Sesame Seed, represented by the hex value #e1d9b8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e1d9b8 | |
|---|---|---|
| RGB | rgb(225, 217, 184) | |
| HSL | hsl(48, 41%, 80%) | |
| CMYK | cmyk(0%, 4%, 18%, 12%) | |
| LAB | lab(87, -1, 17) | |
| OKLCH | oklch(0.88 0.045 96) |
Color harmonies
Tints & shades
Code snippets
color: #e1d9b8;
background-color: #e1d9b8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1D9B8)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.85, blue: 0.72, alpha: 1.0)