Dumpling
#f7ddaa
Dumpling is a color with the hex code #f7ddaa. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f7ddaa | |
|---|---|---|
| RGB | rgb(247, 221, 170) | |
| HSL | hsl(40, 83%, 82%) | |
| CMYK | cmyk(0%, 11%, 31%, 3%) | |
| LAB | lab(89, 4, 29) | |
| OKLCH | oklch(0.91 0.072 84) |
Color harmonies
Tints & shades
Code snippets
color: #f7ddaa;
background-color: #f7ddaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7DDAA)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.87, blue: 0.67, alpha: 1.0)