Pimento
#dc5d47
Pimento is a color with the hex code #dc5d47. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dc5d47 | |
|---|---|---|
| RGB | rgb(220, 93, 71) | |
| HSL | hsl(9, 68%, 57%) | |
| CMYK | cmyk(0%, 58%, 68%, 14%) | |
| LAB | lab(56, 50, 39) | |
| OKLCH | oklch(0.64 0.164 32) |
Color harmonies
Tints & shades
Code snippets
color: #dc5d47;
background-color: #dc5d47;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDC5D47)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.36, blue: 0.28, alpha: 1.0)