Sweet Potato
#d87c3b
Sweet Potato, represented by the hex value #d87c3b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d87c3b | |
|---|---|---|
| RGB | rgb(216, 124, 59) | |
| HSL | hsl(25, 67%, 54%) | |
| CMYK | cmyk(0%, 43%, 73%, 15%) | |
| LAB | lab(62, 33, 50) | |
| OKLCH | oklch(0.68 0.139 53) |
Color harmonies
Tints & shades
Code snippets
color: #d87c3b;
background-color: #d87c3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFD87C3B)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.49, blue: 0.23, alpha: 1.0)