Nectarine
#ff8656
Nectarine, represented by the hex value #ff8656, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff8656 | |
|---|---|---|
| RGB | rgb(255, 134, 86) | |
| HSL | hsl(17, 100%, 67%) | |
| CMYK | cmyk(0%, 47%, 66%, 0%) | |
| LAB | lab(69, 44, 47) | |
| OKLCH | oklch(0.75 0.16 42) |
Color harmonies
Tints & shades
Code snippets
color: #ff8656;
background-color: #ff8656;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF8656)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.53, blue: 0.34, alpha: 1.0)