Sip of Mint
#dedfc9
Sip of Mint is a color with the hex code #dedfc9. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dedfc9 | |
|---|---|---|
| RGB | rgb(222, 223, 201) | |
| HSL | hsl(63, 26%, 83%) | |
| CMYK | cmyk(0%, 0%, 10%, 13%) | |
| LAB | lab(88, -3, 11) | |
| OKLCH | oklch(0.9 0.029 109) |
Color harmonies
Tints & shades
Code snippets
color: #dedfc9;
background-color: #dedfc9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEDFC9)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.87, blue: 0.79, alpha: 1.0)