Salmon
#ff796c
Salmon, represented by the hex value #ff796c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff796c | |
|---|---|---|
| RGB | rgb(255, 121, 108) | |
| HSL | hsl(5, 100%, 71%) | |
| CMYK | cmyk(0%, 53%, 58%, 0%) | |
| LAB | lab(67, 51, 33) | |
| OKLCH | oklch(0.73 0.166 27) |
Color harmonies
Tints & shades
Code snippets
color: #ff796c;
background-color: #ff796c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF796C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.47, blue: 0.42, alpha: 1.0)