Pastel Smirk
#deece1
Pastel Smirk, represented by the hex value #deece1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #deece1 | |
|---|---|---|
| RGB | rgb(222, 236, 225) | |
| HSL | hsl(133, 27%, 90%) | |
| CMYK | cmyk(6%, 0%, 5%, 7%) | |
| LAB | lab(92, -6, 4) | |
| OKLCH | oklch(0.93 0.021 152) |
Color harmonies
Tints & shades
Code snippets
color: #deece1;
background-color: #deece1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEECE1)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.93, blue: 0.88, alpha: 1.0)