Pumpkin Pie
#e99e56
Pumpkin Pie is a color with the hex code #e99e56. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e99e56 | |
|---|---|---|
| RGB | rgb(233, 158, 86) | |
| HSL | hsl(29, 77%, 63%) | |
| CMYK | cmyk(0%, 32%, 63%, 9%) | |
| LAB | lab(72, 24, 49) | |
| OKLCH | oklch(0.76 0.126 63) |
Color harmonies
Tints & shades
Code snippets
color: #e99e56;
background-color: #e99e56;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE99E56)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.62, blue: 0.34, alpha: 1.0)