Mellow Mint
#ddedbd
Mellow Mint is a color with the hex code #ddedbd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ddedbd | |
|---|---|---|
| RGB | rgb(221, 237, 189) | |
| HSL | hsl(80, 57%, 84%) | |
| CMYK | cmyk(7%, 0%, 20%, 7%) | |
| LAB | lab(92, -12, 21) | |
| OKLCH | oklch(0.92 0.065 123) |
Color harmonies
Tints & shades
Code snippets
color: #ddedbd;
background-color: #ddedbd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDEDBD)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.93, blue: 0.74, alpha: 1.0)