Soft Pumpkin
#dc8e31
Looking for the precise values behind Soft Pumpkin (#dc8e31)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dc8e31 | |
|---|---|---|
| RGB | rgb(220, 142, 49) | |
| HSL | hsl(33, 71%, 53%) | |
| CMYK | cmyk(0%, 35%, 78%, 14%) | |
| LAB | lab(66, 25, 59) | |
| OKLCH | oklch(0.71 0.14 66) |
Color harmonies
Tints & shades
Code snippets
color: #dc8e31;
background-color: #dc8e31;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFDC8E31)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.56, blue: 0.19, alpha: 1.0)