Peppermint
#d7e7d0
Peppermint is a color with the hex code #d7e7d0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d7e7d0 | |
|---|---|---|
| RGB | rgb(215, 231, 208) | |
| HSL | hsl(102, 32%, 86%) | |
| CMYK | cmyk(7%, 0%, 10%, 9%) | |
| LAB | lab(90, -9, 9) | |
| OKLCH | oklch(0.91 0.035 136) |
Color harmonies
Tints & shades
Code snippets
color: #d7e7d0;
background-color: #d7e7d0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD7E7D0)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.91, blue: 0.82, alpha: 1.0)