Sweet and Sassy
#e1c9d1
Sweet and Sassy, represented by the hex value #e1c9d1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e1c9d1 | |
|---|---|---|
| RGB | rgb(225, 201, 209) | |
| HSL | hsl(340, 29%, 84%) | |
| CMYK | cmyk(0%, 11%, 7%, 12%) | |
| LAB | lab(83, 10, -1) | |
| OKLCH | oklch(0.86 0.029 356) |
Color harmonies
Tints & shades
Code snippets
color: #e1c9d1;
background-color: #e1c9d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1C9D1)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.79, blue: 0.82, alpha: 1.0)